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

Function host_application_shutdown

src/daemon/host.c:876–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876static bool host_application_shutdown(host_state_t *host) {
877 if (cbm_daemon_application_shutdown(host->application, HOST_APPLICATION_SHUTDOWN_MS)) {
878 return true;
879 }
880 cbm_log_error("daemon.shutdown_timeout", "component", "operations");
881 return false;
882}
883
884static bool host_runtime_stop_free(cbm_daemon_runtime_service_t *service) {
885 if (cbm_daemon_runtime_service_state(service) != CBM_DAEMON_RUNTIME_SERVICE_EXITED) {

Callers 1

cbm_daemon_host_runFunction · 0.85

Calls 1

Tested by

no test coverage detected