Skip to main content

Module graph

Module graph 

Source
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.