Module indexer

Module indexer 

Source

Functions§

build_full_index
Rebuild the index from scratch for a workspace root. Uses two-phase indexing:
index_one
Index a single file, updating or inserting its record. Note: For incremental updates, we still do single-pass indexing since we can’t easily rebuild the global symbol table for just one file. Cross-file reference resolution may be incomplete until the next full index.
is_indexed_file
is_kotlin_file
is_rust_file
is_ts_file
remove_if_tracked