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

Function main_local_maintenance_context_destroy

src/main.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static void main_local_maintenance_context_destroy(main_local_maintenance_context_t *context) {
139 cbm_mutex_destroy(&context->mutex);
140 memset(context, 0, sizeof(*context));
141}
142
143static void main_local_maintenance_server_bind(main_local_maintenance_context_t *context,
144 cbm_mcp_server_t *server) {

Callers 1

Calls 1

cbm_mutex_destroyFunction · 0.85

Tested by

no test coverage detected