Expand description
Semantic Index Builder
Builds a SemanticIndex from extracted file data. This module bridges the extraction layer with the index layer.
@module trace/builder
Structs§
- Build
Stats - Statistics about the build process
- Incremental
Update Result - Result of an incremental file update
- Semantic
Index Builder - Builder for constructing a SemanticIndex from source files
Functions§
- build_
and_ save_ index - Build and save a semantic index for a project
- build_
index_ parallel - Build a SemanticIndex from a list of files in parallel
- remove_
file_ from_ index - Remove a file from the index (e.g., when file is deleted)
- update_
file_ incremental - Update a single file in an existing SemanticIndex.