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

Function runtime_service_interrupt_connections

src/daemon/runtime.c:1107–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107static void runtime_service_interrupt_connections(cbm_daemon_runtime_service_t *service) {
1108 runtime_service_interrupt_connections_except(service, NULL, false);
1109}
1110
1111static void runtime_worker_disconnect(cbm_daemon_runtime_worker_t *worker) {
1112 cbm_daemon_runtime_service_t *service = worker->service;

Tested by

no test coverage detected