Skip to main content

Module indexer

Module indexer 

Source

Structs§

GraphIndexer
Background indexer that walks a project directory, parses source files with tree-sitter, extracts symbols and call edges, and populates a shared CodeGraph.

Functions§

should_index
True when path is the user’s HOME directory or the filesystem root. Either one hosts a massive tree the indexer should never walk in full. Policy: should the indexer walk this directory?