Skip to main content

resolve_graph_path

Function resolve_graph_path 

Source
pub fn resolve_graph_path(
    cwd: &Path,
    graph_root: &Path,
    graph: &str,
) -> Result<PathBuf>
Expand description

Resolve a graph identifier/path to an on-disk JSON file.

This is primarily exposed for embedding use-cases (e.g. kg-mcp), so they can resolve graph paths consistently with the CLI.