Skip to main content

Module loader

Module loader 

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

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