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