Skip to main content

Module index

Module index 

Source
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§

IndexResult
Result of indexing operation.
Indexer
Indexer for building the code intelligence database.

Constants§

CTX_DIR
Default directory name for storing the database.
DB_FILE
Default database filename.

Functions§

open_database
Open the database for a project.