Expand description
In-memory graph operations for the code graph.
This module contains the core graph data structure, builder API, and traversal algorithms. No file I/O or query planning.
Re-exports§
pub use builder::GraphBuilder;pub use code_graph::CodeGraph;
Modules§
- builder
- Fluent API for building code graphs.
- code_
graph - Core graph structure holding code units and edges.
- traversal
- Graph traversal algorithms for the code graph.