Function getFunctionsToConsiderInCallGraph
getFunctionsToConsiderInCallGraph( queries: readonly { filter?: readonly SingleSlicingCriterion[] }[], analyzer: ReadonlyFlowrAnalysisProvider, onlyDefinitions?: boolean,): Promise< { cg: CallGraph; fns: IteratorObject< [ NodeId, Required< | DataflowGraphVertexFunctionCall | DataflowGraphVertexFunctionDefinition, >, ], undefined, unknown, >; },>
Get the functions to consider in the call graph based on the given queries.