Expand description
Core graph structure holding code units and edges.
The CodeGraph is the central data structure. It stores all code units
(nodes) and edges (relationships) and provides O(1) lookup by ID.
Structsยง
- Code
Graph - The core in-memory graph of code units and their relationships.
- Graph
Stats - Summary statistics about a code graph.