pub fn detect_entry_points(
symbols: &[SymbolNode],
edges: &[Edge],
config: &FlowConfig,
) -> Vec<EntryPoint>Expand description
Detect entry points from symbols and edges.
pub fn detect_entry_points(
symbols: &[SymbolNode],
edges: &[Edge],
config: &FlowConfig,
) -> Vec<EntryPoint>Detect entry points from symbols and edges.