@eagleoutice/flowr - v2.15.8
Preparing search index...
src/slicing/static/slice-call
getAllFunctionCallTargetsForSlice
Function getAllFunctionCallTargetsForSlice
getAllFunctionCallTargetsForSlice
(
dataflowGraph
:
DataflowGraph
,
callerInfo
:
DataflowGraphVertexFunctionCall
,
baseEnvironment
:
REnvironmentInformation
,
queue
:
VisitingQueue
,
ctx
:
ReadOnlyFlowrAnalyzerContext
,
)
:
[
Set
<
DataflowGraphVertexInfo
>
,
REnvironmentInformation
]
Returns the function call targets (definitions) by the given caller
Parameters
dataflowGraph
:
DataflowGraph
callerInfo
:
DataflowGraphVertexFunctionCall
baseEnvironment
:
REnvironmentInformation
queue
:
VisitingQueue
ctx
:
ReadOnlyFlowrAnalyzerContext
Returns
[
Set
<
DataflowGraphVertexInfo
>
,
REnvironmentInformation
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Returns the function call targets (definitions) by the given caller