Module incremental

Module incremental 

Source
Expand description

Incremental Updater for Code Graph System

This module orchestrates incremental updates to the code graph based on file changes detected via Merkle trees. It enables efficient updates by only reprocessing modified, added, or deleted files.

Structs§

IncrementalUpdater
Manages incremental updates to the code graph.
UpdateResult
Result of an incremental update operation.

Enums§

UpdaterError
Errors that can occur during incremental updates.

Type Aliases§

Result
Result type for updater operations.