Module incremental

Module incremental 

Source
Expand description

Incremental scanning with file watching and caching

Provides efficient re-scanning by caching results and only processing changed files.

Structs§

CacheStats
Cache statistics
CachedFile
Cache entry for a single file
CachedSymbol
Cached symbol (simplified for storage)
IncrementalScanner
Incremental scanner that uses caching
RepoCache
Repository cache

Enums§

CacheError
Cache errors
FileChange
File change event for watching

Functions§

get_mtime
Get file modification time as Unix timestamp
hash_content
Compute a simple hash for change detection