Function cwe_checker_lib::analysis::forward_interprocedural_fixpoint::create_top_down_worklist
source · pub fn create_top_down_worklist(graph: &Graph<'_>) -> Vec<NodeIndex>Expand description
Returns a node ordering with caller nodes behind callee nodes.