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

Function application_cancelled_result

src/daemon/application.c:1047–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047static void application_cancelled_result(cbm_index_worker_result_t *result) {
1048 memset(result, 0, sizeof(*result));
1049 result->outcome = CBM_PROC_KILLED;
1050 result->exit_code = -1;
1051 result->cancellation_requested = true;
1052 result->tree_quiesced = true;
1053}
1054
1055static application_attempt_status_t application_job_run_attempt(cbm_daemon_application_job_t *job,
1056 const char *marker_path,

Calls

no outgoing calls

Tested by

no test coverage detected