interface CfgVertex {
    children?: NodeId[];
    id: NodeId;
    name: string;
    type: CfgVertexType;
}

Properties

Properties

children?: NodeId[]

in case of a function definition

id: NodeId
name: string