@eagleoutice/flowr - v2.15.8
Preparing search index...
src/search/search-executor/search-generators
generators
Variable generators
Const
generators
:
{
all
:
(
data
:
ReadonlyFlowrAnalysisProvider
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
;
criterion
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
criterion
:
SlicingCriteria
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
;
from
:
(
_input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
from
:
FlowrSearchElement
<
(...)
>
|
(...)
[]
}
,
)
=>
FlowrSearchElements
<
ParentInformation
>
;
"from-query"
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
certainty
?:
LintingResultCertainty
;
from
:
readonly
Query
[]
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
;
get
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
__namedParameters
:
{
filter
:
FlowrSearchGetFilter
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
;
syntax
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
captures
:
readonly
string
[]
;
source
:
string
|
Query
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
;
}
= ...
All supported generators!
Type Declaration
Readonly
all
:
(
data
:
ReadonlyFlowrAnalysisProvider
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
Readonly
criterion
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
criterion
:
SlicingCriteria
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
Readonly
from
:
(
_input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
from
:
FlowrSearchElement
<
(...)
>
|
(...)
[]
}
,
)
=>
FlowrSearchElements
<
ParentInformation
>
Readonly
from-query
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
certainty
?:
LintingResultCertainty
;
from
:
readonly
Query
[]
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
Readonly
get
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
__namedParameters
:
{
filter
:
FlowrSearchGetFilter
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
Readonly
syntax
:
(
input
:
ReadonlyFlowrAnalysisProvider
,
args
:
{
captures
:
readonly
string
[]
;
source
:
string
|
Query
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
All supported generators!