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

    This is similar to a FunctionCallOrigin, but used for built-in functions that have no direct correspondence in the dataflow graph.

    interface BuiltInFunctionOrigin {
        fn: OriginIdentifier;
        id: NodeId;
        proc: string;
        type: BuiltInFunctionOrigin;
    }
    Index

    Properties

    Properties

    id: NodeId

    processor that is used to process the built-in function

    proc: string