@eagleoutice/flowr - v2.13.14
Preparing search index...
src/queries/catalog/call-context-query/call-context-query-executor
executeCallContextQueries
Function executeCallContextQueries
executeCallContextQueries
(
__namedParameters
:
BasicQueryData
,
queries
:
readonly
CallContextQuery
[]
,
)
:
Promise
<
CallContextQueryResult
>
Multi-stage call context query resolve.
Resolve all calls in the DF graph that match the respective DefaultCallContextQueryFormat#callName regex.
If there is an alias attached, consider all call traces.
Identify their respective call targets, if DefaultCallContextQueryFormat#callTargets is set to be non-any. This happens during the main resolution!
Attach
linkTo
calls to the respective calls.
Parameters
__namedParameters
:
BasicQueryData
queries
:
readonly
CallContextQuery
[]
Returns
Promise
<
CallContextQueryResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.14
Loading...
Multi-stage call context query resolve.
linkTocalls to the respective calls.