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