MCPcopy 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
201impl Drop for FileWatcher {
202 fn drop(&mut self) {
203 self.stop();
204 }
205}
206
207static FILE_WATCHER: std::sync::OnceLock<Arc<FileWatcher>> = std::sync::OnceLock::new();

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected