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

Function host_http_server_stop_default

src/daemon/host.c:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343static void host_http_server_stop_default(void *context, cbm_http_server_t *server) {
344 (void)context;
345 cbm_http_server_stop(server);
346}
347
348static bool host_http_server_free_default(void *context, cbm_http_server_t *server) {
349 (void)context;

Callers

nothing calls this directly

Calls 1

cbm_http_server_stopFunction · 0.85

Tested by

no test coverage detected