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

Hierarchy

  • Data
    • Data

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"