Skip to main content

find_root_functions

Function find_root_functions 

Source
fn find_root_functions(cpg: &CodePropertyGraph) -> Vec<NodeIndex>
Expand description

Collect every function (or class) that has no incoming [Edge::Call] edges – i.e. the roots of the call forest.