Expand description
Incremental scanning with file watching and caching
Provides efficient re-scanning by caching results and only processing changed files.
Structs§
- Cache
Stats - Cache statistics
- Cached
File - Cache entry for a single file
- Cached
Symbol - Cached symbol (simplified for storage)
- Incremental
Scanner - Incremental scanner that uses caching
- Repo
Cache - Repository cache
Enums§
- Cache
Error - Cache errors
- File
Change - File change event for watching
Functions§
- get_
mtime - Get file modification time as Unix timestamp
- hash_
content - Compute a simple hash for change detection