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

Function host_cohort_close

src/daemon/host.c:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228static void host_cohort_close(cbm_version_cohort_lease_t **lease,
229 cbm_version_cohort_manager_t **manager) {
230 host_cleanup_release_until_complete(host_cohort_lease_release_once, lease,
231 "cohort_lease_cleanup");
232 host_cleanup_release_until_complete(host_cohort_manager_free_once, manager,
233 "cohort_manager_cleanup");
234}
235
236static bool host_daemon_claim_release_once(void *context) {
237 cbm_version_cohort_daemon_claim_t **claim = context;

Callers 1

cbm_daemon_host_runFunction · 0.85

Tested by

no test coverage detected