Skip to main content

Module module_resolver

Module module_resolver 

Source
Expand description

Rust module tree resolution for cross-file edge extraction.

Builds a map from Rust module paths (crate::graph::GraphStore) to file paths and CodeNode IDs. Used by the ingest pipeline to resolve use statements and function calls into cross-file edges.

Structsยง

RustModuleResolver
Maps Rust module paths to file paths within a crate.