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

Function host_participant_guard_close

src/daemon/host.c:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259static void host_participant_guard_close(cbm_daemon_ipc_participant_guard_t **guard) {
260 host_cleanup_release_until_complete(host_participant_guard_release_once, guard,
261 "participant_guard_cleanup");
262}
263
264static int host_lifetime_reservation_acquire(
265 const cbm_daemon_ipc_endpoint_t *endpoint,

Callers 1

cbm_daemon_host_runFunction · 0.85

Tested by

no test coverage detected