Expand description
Code indexing module.
This module provides functionality to:
- Walk the codebase and discover source files
- Parse files and extract symbols/edges (in parallel)
- Store extracted data in SQLite
- Support incremental updates
Modules§
- watch
- Watch mode for automatic reindexing.
Structs§
- Index
Result - Result of indexing operation.
- Indexer
- Indexer for building the code intelligence database.
Constants§
Functions§
- open_
database - Open the database for a project.