Function cwe_checker_lib::analysis::graph::get_entry_nodes_of_subs
source · pub fn get_entry_nodes_of_subs(graph: &Graph<'_>) -> HashMap<Tid, NodeIndex>
Expand description
Returns a map from function TIDs to the node index of the BlkStart
node of the first block in the function.