Skip to main content

recursive_scc_ids

Function recursive_scc_ids 

Source
pub fn recursive_scc_ids(items: &[TopLevel]) -> HashMap<String, usize>
Expand description

Deterministic recursive SCC id per function (1-based). Non-recursive functions are absent from the returned map.