SPeCS Packages Documentation
    Preparing search index...

    Data contained in this graph type.

    interface Data {
        __clava_flow__clava_flow_graph: { version: "1" };
        __lara_flow__flow_graph: {
            functions: Record<string, string>;
            version: "1";
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    __clava_flow__clava_flow_graph: { version: "1" }
    __lara_flow__flow_graph: { functions: Record<string, string>; version: "1" }

    Type Declaration

    • functions: Record<string, string>

      Maps function name to its node id. A Record is used instead of a Map so that it can be serialized.

    • version: "1"