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

Function cbm_daemon_runtime_client_close

src/daemon/runtime.c:3159–3164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3157}
3158
3159bool cbm_daemon_runtime_client_close(cbm_daemon_runtime_client_t *client, uint32_t timeout_ms) {
3160 if (!cbm_daemon_runtime_client_close_begin(client)) {
3161 return false;
3162 }
3163 return cbm_daemon_runtime_client_close_finish(client, timeout_ms);
3164}