@eagleoutice/flowr - v2.15.8
Preparing search index...
src/search/search-executor/search-generators
getGenerator
Function getGenerator
getGenerator
<
Name
extends
"all"
|
"get"
|
"criterion"
|
"from"
|
"from-query"
|
"syntax"
,
>
(
name
:
Name
,
)
:
{
all
:
(
data
:
ReadonlyFlowrAnalysisProvider
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
criterion
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
criterion
:
SlicingCriteria
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
from
:
(
_input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
from
:
(...)
|
(...)
}
,
)
=>
FlowrSearchElements
<
ParentInformation
>
;
"from-query"
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
certainty
?:
(...)
|
(...)
;
from
:
readonly
(...)
[]
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
get
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
__namedParameters
:
{
filter
:
FlowrSearchGetFilter
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
syntax
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
captures
:
readonly
(...)
[]
;
source
:
(...)
|
(...)
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
}
[
Name
]
Gets the search generator function for the given name
Type Parameters
Name
extends
"all"
|
"get"
|
"criterion"
|
"from"
|
"from-query"
|
"syntax"
Parameters
name
:
Name
Returns
{
all
:
(
data
:
ReadonlyFlowrAnalysisProvider
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
criterion
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
criterion
:
SlicingCriteria
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
from
:
(
_input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
from
:
(...)
|
(...)
}
,
)
=>
FlowrSearchElements
<
ParentInformation
>
;
"from-query"
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
certainty
?:
(...)
|
(...)
;
from
:
readonly
(...)
[]
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
get
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
__namedParameters
:
{
filter
:
FlowrSearchGetFilter
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
syntax
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
captures
:
readonly
(...)
[]
;
source
:
(...)
|
(...)
}
,
)
=>
Promise
<
FlowrSearchElements
<
(...)
,
(...)
>
>
;
}
[
Name
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Gets the search generator function for the given name