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
/// Reference resolution module.
////// Resolves unresolved references (from tree-sitter extraction) into concrete
/// edges by matching them against known nodes in the database.
modresolver;modtouched;modvariants;pubuseresolver::{simple_ref_name, ReferenceResolver};pubusetouched::{index_keys_for_test, AmbiguityRefKey, TouchedNode, TouchedSet};pubusevariants::{
emit_variant_edges, propagate_variant_edges, variant_groups_from_candidates,CALLABLE_KIND_NAMES,};