Expand description
File monitoring pipeline for real-time graph updates
This module provides functionality to monitor file changes and automatically update the code graph through incremental parsing and patch generation.
Structs§
- Logging
Event Handler - Logging event handler
- Monitoring
Pipeline - File monitoring pipeline that connects FileWatcher to ParserEngine
- NoOp
Event Handler - No-op event handler
- Pipeline
Config - Configuration for the monitoring pipeline
- Pipeline
Event - Pipeline event representing a processed file change
- Pipeline
Stats - Pipeline statistics
Traits§
- Pipeline
Event Handler - Event handler trait for processing pipeline events