Expand description
Incremental index updates.
Detects file changes via mtime + content blake3 hash comparison. Only re-processes changed files’ chunks, avoiding full rebuild.
Structs§
- File
Changes - Classification of file changes.
- File
State - State of a previously indexed file.
- Incremental
State - The incremental state, tracking which files have been indexed.