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

Function host_http_server_free_default

src/daemon/host.c:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348static bool host_http_server_free_default(void *context, cbm_http_server_t *server) {
349 (void)context;
350 return cbm_http_server_free(server);
351}
352
353typedef int (*host_http_thread_create_fn)(void *context, cbm_thread_t *thread,
354 void *(*entry)(void *), void *entry_context);

Callers

nothing calls this directly

Calls 1

cbm_http_server_freeFunction · 0.85

Tested by

no test coverage detected