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

Function host_http_server_new_default

src/daemon/host.c:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328static cbm_http_server_t *host_http_server_new_default(void *context, int port) {
329 (void)context;
330 return cbm_http_server_new(port);
331}
332
333static void host_http_server_configure_default(void *context, cbm_http_server_t *server,
334 host_state_t *host) {

Callers

nothing calls this directly

Calls 1

cbm_http_server_newFunction · 0.85

Tested by

no test coverage detected