Expand description
Main indexing pipeline orchestrator.
Walks a directory, filters supported files, checks for changes, and parses each file using the CodeParser.
Structs§
- Index
AndResolve Result - Result of
index_and_resolve()— the complete indexing + resolution output. - Index
Progress - Progress event emitted during directory indexing.
- Index
Result - Result of indexing a directory.
- Indexer
- The main indexing pipeline.