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

    Interface DFControlFlowEdge

    A EdgeType.ControlEdge additionally carries what decides whether its target runs. This is the very ControlDependency the vertices behind the edge carry in their cds, so the two never say different things about the same branch.

    interface DFControlFlowEdge {
        cd: ControlDependency;
        types: ControlEdge;
    }

    Hierarchy (View Summary)

    Index