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

Function http_thread

src/main.c:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149/* ── HTTP UI background thread ──────────────────────────────────── */
150
151static void *http_thread(void *arg) {
152 cbm_http_server_t *srv = arg;
153 cbm_http_server_run(srv);
154 return NULL;
155}
156
157/* ── Index callback for watcher ─────────────────────────────────── */
158

Callers

nothing calls this directly

Calls 1

cbm_http_server_runFunction · 0.85

Tested by

no test coverage detected