Skip to main content

Module graph

Module graph 

Source

Re-exports§

pub use call_graph::CallGraph;
pub use call_graph::InternalCallChain;
pub use call_graph::GraphError;
pub use call_graph::resolve_symbol;
pub use store::GraphDiskStore;
pub use structural::Edge;
pub use structural::Node;
pub use structural::StructuralGraph;
pub use structural::SymbolKind;

Modules§

call_graph
Call graph construction and analysis.
store
Disk-backed structural graph cache with versioned postcard encoding, fs2 per-shard locking, and atomic writes via NamedTempFile::persist. All I/O errors degrade silently via tracing::warn!.
structural
Structural knowledge graph over petgraph DiGraph with BFS blast-radius traversal.