Trait cwe_checker_lib::analysis::graph::HasCfg   
source · pub trait HasCfg<'a> {
    // Required method
    fn get_cfg(&self) -> &Graph<'a>;
}Expand description
Trait for types that provide access to a control flow graph.