@eagleoutice/flowr - v2.13.14
Preparing search index...
src/queries/catalog/inspect-exceptions-query/inspect-exception-query-executor
getFunctionsToConsiderInCallGraph
Function getFunctionsToConsiderInCallGraph
getFunctionsToConsiderInCallGraph
(
queries
:
readonly
{
filter
?:
readonly
SlicingCriterion
[]
}
[]
,
analyzer
:
ReadonlyFlowrAnalysisProvider
,
onlyDefinitions
?:
boolean
,
)
:
Promise
<
{
cg
:
CallGraph
;
fns
:
MapIterator
<
[
NodeId
,
Required
<
(...)
>
]
>
}
>
Get the functions to consider in the call graph based on the given queries.
Parameters
queries
:
readonly
{
filter
?:
readonly
SlicingCriterion
[]
}
[]
analyzer
:
ReadonlyFlowrAnalysisProvider
onlyDefinitions
:
boolean
= true
Returns
Promise
<
{
cg
:
CallGraph
;
fns
:
MapIterator
<
[
NodeId
,
Required
<
(...)
>
]
>
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.14
Loading...
Get the functions to consider in the call graph based on the given queries.