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

    Variable FunctionCallVertexConst

    FunctionCallVertex: {
        hasOrigin(
            this: void,
            vertex: DataflowGraphVertexBase | undefined,
            origin: BuiltInProcName,
        ): boolean;
        is(
            this: void,
            vertex?: DataflowGraphVertexBase,
        ): vertex is DataflowGraphVertexFunctionCall;
    } = ...

    Helpers for DataflowGraphVertexFunctionCall vertices.

    Type Declaration