Skip to main content

join_branches

Function join_branches 

Source
fn join_branches(
    state: &mut FlowState,
    branches: impl IntoIterator<Item = Option<FlowState>>,
) -> bool
Expand description

Replaces state with the union of the reachable branches, keeping only the path predicates all of them agree on. Returns whether any branch was reachable.