Module pipeline

Source
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§

LoggingEventHandler
Logging event handler
MonitoringPipeline
File monitoring pipeline that connects FileWatcher to ParserEngine
NoOpEventHandler
No-op event handler
PipelineConfig
Configuration for the monitoring pipeline
PipelineEvent
Pipeline event representing a processed file change
PipelineStats
Pipeline statistics

Traits§

PipelineEventHandler
Event handler trait for processing pipeline events