Module call_graph

Module call_graph 

Source

Re-exports§

pub use call_resolution::CallResolver;
pub use call_resolution::UnresolvedCall;
pub use graph_builder::ExprCategory;
pub use graph_builder::GraphBuilder;
pub use macro_expansion::MacroExpander;
pub use macro_expansion::MacroExpansionStats;
pub use macro_expansion::MacroHandlingConfig;
pub use trait_handling::TraitHandler;

Modules§

call_resolution
graph_builder
macro_expansion
Call graph extraction module providing two-pass resolution for accurate call tracking
trait_handling

Structs§

CallGraphExtractor
Main call graph extractor that coordinates all submodules