Skip to main content

Module incremental

Module incremental 

Source
Expand description

Incremental index updates.

Detects file changes via mtime + content blake3 hash comparison. Only re-processes changed files’ chunks, avoiding full rebuild.

Structs§

FileChanges
Classification of file changes.
FileState
State of a previously indexed file.
IncrementalState
The incremental state, tracking which files have been indexed.