CallGraphAnalysis

Trait CallGraphAnalysis 

Source
pub trait CallGraphAnalysis: Analysis {
    // Required method
    fn get_fn_calls(&self) -> FnCallMap;
}
Expand description

This trait provides features related to call graph extraction and analysis.

Required Methods§

Source

fn get_fn_calls(&self) -> FnCallMap

Return the call graph.

Implementors§