@eagleoutice/flowr - v2.13.14
Preparing search index...
src/queries/catalog/call-graph-query/call-graph-query-format
CallGraphQueryDefinition
Variable CallGraphQueryDefinition
Const
CallGraphQueryDefinition
:
{
asciiSummarizer
:
(
formatter
:
OutputFormatter
,
_analyzer
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
queryResults
:
BaseQueryResult
,
result
:
string
[]
,
)
=>
true
;
executor
:
(
__namedParameters
:
BasicQueryData
,
queries
:
readonly
CallGraphQuery
[]
,
)
=>
Promise
<
CallGraphQueryResult
>
;
flattenInvolvedNodes
:
(
queryResults
:
BaseQueryResult
)
=>
NodeId
[]
;
schema
:
ObjectSchema
<
any
>
;
title
:
"Call-Graph Query"
;
}
= ...
Type Declaration
Readonly
asciiSummarizer
:
(
formatter
:
OutputFormatter
,
_analyzer
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
queryResults
:
BaseQueryResult
,
result
:
string
[]
,
)
=>
true
Readonly
executor
:
(
__namedParameters
:
BasicQueryData
,
queries
:
readonly
CallGraphQuery
[]
,
)
=>
Promise
<
CallGraphQueryResult
>
Readonly
flattenInvolvedNodes
:
(
queryResults
:
BaseQueryResult
)
=>
NodeId
[]
Readonly
schema
:
ObjectSchema
<
any
>
Readonly
title
:
"Call-Graph Query"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.14
Loading...