edge_is_active

Function edge_is_active 

Source
fn edge_is_active(
    edge: &FlowEdge,
    nodes_by_id: &HashMap<String, &FlowNode>,
    scope: &ExecutionScope,
    skipped: &HashSet<String>,
) -> bool
Expand description

True iff the given edge carries control + data flow under the current scope. See should_skip for the full ruleset.