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;
}

Properties

Properties

id: NodeId

processor that is used to process the built-in function

proc: string