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

Function runtime_service_interrupt_connections

src/daemon/runtime.c:1115–1117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113}
1114
1115static void runtime_service_interrupt_connections(cbm_daemon_runtime_service_t *service) {
1116 runtime_service_interrupt_connections_except(service, NULL, false);
1117}
1118
1119static void runtime_worker_disconnect(cbm_daemon_runtime_worker_t *worker) {
1120 cbm_daemon_runtime_service_t *service = worker->service;

Tested by

no test coverage detected