Skip to main content

stop_watching

Function stop_watching 

Source
pub fn stop_watching(
    registry: &WatcherRegistry,
    dir: &Path,
) -> Result<Value, McpError>
Expand description

Stop watching a directory. Returns a JSON summary including final stats.

§Errors