Expand description
Workspace graph loader for CLI graph commands.
This module loads a unified CodeGraph either from a persisted snapshot or
by invoking the core build_unified_graph entrypoint with the shared plugin
registry.
Structs§
- Graph
Load Config - Loader configuration derived from CLI flags.
Functions§
- load_
unified_ graph - Load a unified code graph using the new Arena+CSR storage architecture.
- load_
unified_ graph_ with_ progress - Load a unified code graph with progress reporting.