@eagleoutice/flowr - v2.13.15
Preparing search index...
src/queries/catalog/control-flow-query/control-flow-query-format
ControlFlowQueryDefinition
Variable ControlFlowQueryDefinition
Const
ControlFlowQueryDefinition
:
{
asciiSummarizer
:
(
formatter
:
OutputFormatter
,
analyzer
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
queryResults
:
BaseQueryResult
,
result
:
string
[]
,
)
=>
Promise
<
boolean
>
;
executor
:
(
__namedParameters
:
BasicQueryData
,
queries
:
readonly
ControlFlowQuery
[]
,
)
=>
Promise
<
ControlFlowQueryResult
>
;
flattenInvolvedNodes
:
(
queryResults
:
BaseQueryResult
)
=>
NodeId
[]
;
schema
:
ObjectSchema
<
any
>
;
title
:
"Control-Flow Query"
;
}
= ...
Type Declaration
Readonly
asciiSummarizer
:
(
formatter
:
OutputFormatter
,
analyzer
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
queryResults
:
BaseQueryResult
,
result
:
string
[]
,
)
=>
Promise
<
boolean
>
Readonly
executor
:
(
__namedParameters
:
BasicQueryData
,
queries
:
readonly
ControlFlowQuery
[]
,
)
=>
Promise
<
ControlFlowQueryResult
>
Readonly
flattenInvolvedNodes
:
(
queryResults
:
BaseQueryResult
)
=>
NodeId
[]
Readonly
schema
:
ObjectSchema
<
any
>
Readonly
title
:
"Control-Flow Query"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.15
Loading...