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

Function host_watcher_thread

src/daemon/host.c:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285static void *host_watcher_thread(void *opaque) {
286 cbm_watcher_run(opaque, HOST_WATCH_INTERVAL_MS);
287 return NULL;
288}
289
290static void *host_http_thread(void *opaque) {
291 cbm_http_server_run(opaque);

Callers

nothing calls this directly

Calls 1

cbm_watcher_runFunction · 0.85

Tested by

no test coverage detected