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

Function host_background_stop

src/daemon/host.c:506–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506static void host_background_stop(host_state_t *host) {
507 if (host->http && host->http_started) {
508 host->http_ops->server_stop(host->http_ops->context, host->http);
509 }
510 if (host->watcher) {
511 cbm_watcher_stop(host->watcher);
512 }
513}
514
515static bool host_background_join(host_state_t *host) {
516 if (host->http_started) {

Callers 1

cbm_daemon_host_runFunction · 0.85

Calls 1

cbm_watcher_stopFunction · 0.85

Tested by

no test coverage detected