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

Function version_cohort_release

tests/test_version_cohort.c:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static void version_cohort_release(cbm_version_cohort_lease_t **lease) {
80 while (lease && *lease && cbm_version_cohort_lease_release(lease) != CBM_PRIVATE_FILE_LOCK_OK) {
81 cbm_usleep(1000);
82 }
83}
84
85static void version_cohort_manager_close(cbm_version_cohort_manager_t **manager) {
86 while (manager && *manager &&

Callers 1

Calls 1

Tested by

no test coverage detected