Skip to main content

detect_entry_points

Function detect_entry_points 

Source
pub fn detect_entry_points(
    symbols: &[SymbolNode],
    edges: &[Edge],
    config: &FlowConfig,
) -> Vec<EntryPoint>
Expand description

Detect entry points from symbols and edges.