Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
434
static 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
440
typedef struct {
441
char tmpdir[256];
Callers
1
test_httpd.c
File · 0.85
Calls
3
cbm_http_server_stop
Function · 0.85
cbm_thread_join
Function · 0.85
cbm_http_server_free
Function · 0.85
Tested by
no test coverage detected