pub fn enumerate_flows(
entry_points: &[EntryPoint],
edges: &[Edge],
config: &FlowConfig,
) -> Vec<ExecutionFlow>Expand description
Enumerate execution flows from entry points via bounded DFS. Only traverses High-confidence edges. Respects depth limit, global flow cap, and per-entry-point visit budget. Uses per-path cycle detection.