Skip to main content

Module code_graph

Module code_graph 

Source
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ยง

CodeGraph
The core in-memory graph of code units and their relationships.
GraphStats
Summary statistics about a code graph.