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

Function th_server_stop

tests/test_httpd.c:650–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650static void th_server_stop(th_server_t *ts) {
651 cbm_http_server_stop(ts->srv);
652 (void)cbm_thread_join(&ts->tid);
653 (void)cbm_http_server_free(ts->srv);
654}
655
656typedef struct {
657 char tmpdir[256];

Callers 1

test_httpd.cFile · 0.85

Calls 3

cbm_http_server_stopFunction · 0.85
cbm_thread_joinFunction · 0.85
cbm_http_server_freeFunction · 0.85

Tested by

no test coverage detected