@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface PatchFunctionCallInput<OtherInfo> {
        argumentProcessResult: readonly (
            Pick<DataflowInformation, "entryPoint">
            | undefined
        )[];
        data: DataflowProcessorInformation<OtherInfo & ParentInformation>;
        link?: DataflowGraphVertexAstLink;
        name: RSymbol<OtherInfo & ParentInformation>;
        nextGraph: DataflowGraph;
        origin: BuiltInProcName;
        rootId: NodeId;
    }

    Type Parameters

    • OtherInfo
    Index

    Properties

    argumentProcessResult: readonly (
        Pick<DataflowInformation, "entryPoint">
        | undefined
    )[]
    nextGraph: DataflowGraph
    rootId: NodeId