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§
- Incremental
Updater - Manages incremental updates to the code graph.
- Update
Result - Result of an incremental update operation.
Enums§
- Updater
Error - Errors that can occur during incremental updates.
Type Aliases§
- Result
- Result type for updater operations.