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

Function host_daemon_claim_close

src/daemon/host.c:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245static void host_daemon_claim_close(cbm_version_cohort_daemon_claim_t **claim) {
246 host_cleanup_release_until_complete(host_daemon_claim_release_once, claim,
247 "daemon_claim_cleanup");
248}
249
250static bool host_participant_guard_release_once(void *context) {
251 cbm_daemon_ipc_participant_guard_t **guard = context;

Callers 1

cbm_daemon_host_runFunction · 0.85

Tested by

no test coverage detected