Skip to main content

Module watcher

Module watcher 

Source
Expand description

File watcher for proactive cache invalidation.

Watches the project directory for file changes and maintains an in-memory set of dirty paths, eliminating per-query BLAKE3 hashing.

Structs§

DirtyFiles
Thread-safe set of file paths known to be dirty (changed since last index).

Functions§

start_watcher
Start watching the project root for file changes.