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

Function application_record_cancelled

src/daemon/application.c:1180–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178}
1179
1180static void application_record_cancelled(cbm_index_worker_result_t *last_result,
1181 bool *have_last_result,
1182 char last_log[APPLICATION_PATH_CAP]) {
1183 application_cancelled_result(last_result);
1184 *have_last_result = true;
1185 last_log[0] = '\0';
1186}
1187
1188static bool application_result_is_attributable_failure(
1189 const application_attempt_t *attempt, cbm_mcp_supervised_result_disposition_t disposition) {

Callers 1

Calls 1

Tested by

no test coverage detected