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

Function host_http_thread

src/daemon/host.c:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290static void *host_http_thread(void *opaque) {
291 cbm_http_server_run(opaque);
292 return NULL;
293}
294
295static int host_watcher_index(const char *project_name, const char *root_path, void *opaque) {
296 host_state_t *host = opaque;

Callers

nothing calls this directly

Calls 1

cbm_http_server_runFunction · 0.85

Tested by

no test coverage detected