@eagleoutice/flowr - v2.15.8
    Preparing search index...

    What every on...Call hook of the SemanticCfgGuidedVisitor receives: the call vertex it fired for. Hooks that recognize more of the call's shape extend this with the parts they resolved.

    interface OnCall {
        call: DataflowGraphVertexFunctionCall;
    }
    Index