MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_watcher_stop

Function cbm_watcher_stop

src/watcher/watcher.c:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710/* ── Blocking run loop ──────────────────────────────────────────── */
711
712void cbm_watcher_stop(cbm_watcher_t *w) {
713 if (w) {
714 atomic_store(&w->stopped, 1);
715 }
716}
717
718int cbm_watcher_run(cbm_watcher_t *w, int base_interval_ms) {
719 if (!w) {

Callers 3

request_shutdownFunction · 0.85
mainFunction · 0.85
test_watcher.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected