Skip to main content

load_unified_graph_for_cli

Function load_unified_graph_for_cli 

Source
pub fn load_unified_graph_for_cli(
    root: &Path,
    config: &GraphLoadConfig,
    cli: &Cli,
) -> Result<CodeGraph>
Expand description

CLI-aware graph loader that enforces manifest-backed plugin semantics.

ยงErrors

Returns an error if the workspace path is invalid, manifest-selected plugins cannot load the persisted snapshot, or the fallback source build fails.