Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ drop
Method
drop
crates/opencode-watcher/src/lib.rs:202–204 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
200
201
impl Drop for FileWatcher {
202
fn drop(&mut self) {
203
self.stop();
204
}
205
}
206
207
static FILE_WATCHER: std::sync::OnceLock<Arc<FileWatcher>> = std::sync::OnceLock::new();
Callers
nothing calls this directly
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected