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

Function cli_activation_cleanup_fail_stop

src/cli/cli.c:433–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433static _Noreturn void cli_activation_cleanup_fail_stop(cli_activation_production_context_t *context,
434 const char *component) {
435 if (context) {
436 (void)cli_activation_log_event(
437 context, "failed",
438 "coordination cleanup timed out; process exit releases retained claims");
439 }
440 cbm_log_error("coordination.cleanup_timeout", "component", component, "action", "process_exit");
441 (void)fflush(stdout);
442 (void)fflush(stderr);
443 _Exit(EXIT_FAILURE);
444}
445
446static void cli_activation_startup_lock_release_complete(
447 cli_activation_production_context_t *context) {

Calls 1

cli_activation_log_eventFunction · 0.85

Tested by

no test coverage detected