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

Function watcher_thread

src/main.c:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139/* ── Watcher background thread ──────────────────────────────────── */
140
141static void *watcher_thread(void *arg) {
142 cbm_watcher_t *w = arg;
143#define WATCHER_BASE_INTERVAL_MS 5000
144
145 cbm_watcher_run(w, WATCHER_BASE_INTERVAL_MS);
146 return NULL;
147}
148
149/* ── HTTP UI background thread ──────────────────────────────────── */
150

Callers

nothing calls this directly

Calls 1

cbm_watcher_runFunction · 0.85

Tested by

no test coverage detected