Expand description
File scanning module for BraidFS.
Implements periodic directory scanning to catch any changes missed by the filesystem watcher.
Structs§
- Scan
State - State for file scanning.
Functions§
- is_
well_ formed_ absolute_ url - Check if a URL is well-formed and absolute.
- normalize_
url - Normalize a URL by removing trailing /index patterns.
- on_
watcher_ miss - Called when the file watcher misses an event.
- scan_
files - Scan the root directory for file changes.
- start_
scan_ loop - Start the periodic file scanning loop.