Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JaredStewart/coderlm
/ WatcherHandle
Class
WatcherHandle
server/src/index/watcher.rs:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
pub struct WatcherHandle {
58
_debouncer: Option<notify_debouncer_mini::Debouncer<notify::RecommendedWatcher>>,
59
}
60
61
fn handle_events(
62
root: &PathBuf,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected