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

    Type Alias DataflowFunctionFlowInformation

    DataflowFunctionFlowInformation: Omit<
        DataflowInformation,
        "graph"
        | "exitPoints",
    > & { graph: Set<NodeId> }

    Describes the information we store per function body. The DataflowFunctionFlowInformation#exitPoints are stored within the enclosing DataflowGraphVertexFunctionDefinition vertex.