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

Function th_server_thread

tests/test_httpd.c:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503} th_server_t;
504
505static void *th_server_thread(void *arg) {
506 cbm_http_server_run((cbm_http_server_t *)arg);
507 return NULL;
508}
509
510static int th_server_thread_start(cbm_thread_t *thread, cbm_http_server_t *server) {
511 if (!cbm_http_server_schedule_run(server))

Callers

nothing calls this directly

Calls 1

cbm_http_server_runFunction · 0.85

Tested by

no test coverage detected