Skip to main content

Module graph

Module graph 

Source
Expand description

Graph-based query commands using the unified graph architecture

This module implements CLI commands for advanced graph operations:

  • trace-path: Find shortest path between symbols
  • call-chain-depth: Calculate maximum call chain depth
  • dependency-tree: Show transitive dependencies
  • nodes: List nodes from the unified graph
  • edges: List edges from the unified graph
  • cross-language: List cross-language relationships
  • stats: Show graph statistics

§

All graph operations use the unified CodeGraph architecture. Legacy graph code has been removed.

Re-exports§

pub use loader::load_unified_graph;

Modules§

loader
Workspace graph loader for CLI graph commands.

Functions§

run_graph
Run a graph-based query command.