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

Function th_server_thread

tests/test_httpd.c:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404} th_server_t;
405
406static void *th_server_thread(void *arg) {
407 cbm_http_server_run((cbm_http_server_t *)arg);
408 return NULL;
409}
410
411static int th_server_start(th_server_t *ts) {
412 ts->srv = cbm_http_server_new(0);

Callers

nothing calls this directly

Calls 1

cbm_http_server_runFunction · 0.85

Tested by

no test coverage detected