MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / is_watching

Method is_watching

crates/opencode-watcher/src/lib.rs:196–198  ·  view source on GitHub ↗
(&self, path: &Path)

Source from the content-addressed store, hash-verified

194 }
195
196 pub fn is_watching(&self, path: &Path) -> bool {
197 self.watched_paths.contains(path)
198 }
199}
200
201impl Drop for FileWatcher {

Callers

nothing calls this directly

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected