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

Function host_http_config_load_default

src/daemon/host.c:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323static void host_http_config_load_default(void *context, cbm_ui_config_t *config_out) {
324 (void)context;
325 cbm_ui_config_load(config_out);
326}
327
328static cbm_http_server_t *host_http_server_new_default(void *context, int port) {
329 (void)context;

Callers

nothing calls this directly

Calls 1

cbm_ui_config_loadFunction · 0.85

Tested by

no test coverage detected