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.