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

Function th_server_stop

tests/test_httpd.c:434–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434static void th_server_stop(th_server_t *ts) {
435 cbm_http_server_stop(ts->srv);
436 cbm_thread_join(&ts->tid);
437 cbm_http_server_free(ts->srv);
438}
439
440typedef struct {
441 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