Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases
/// Graph traversal algorithms for the code graph.
pubmodtraversal;/// Query operations for analyzing the code graph.
pubmodqueries;/// Structural health analysis algorithms.
pubmodhealth;/// Git integration helpers for churn analysis.
pubmodgit;pubusequeries::{GraphQueryManager, NodeMetrics};pubusetraversal::GraphTraverser;