Skip to main content

Module resolve

Module resolve 

Source

Structs§

ResolveStats
Statistics from call/inheritance resolution.

Functions§

re_resolve_for_files
Targeted re-resolution for a subset of files.
resolve_calls
Post-indexing pass that resolves call edges using cross-file symbol lookup.
resolve_calls_incremental
Post-indexing pass that resolves call edges using cross-file symbol lookup. Builds symbol map from the full graph (not just re-indexed files) so incremental indexing doesn’t lose cross-file resolution. Caller must hold WriteLock (creates CALLS and INHERITS edges).