| 1178 | } |
| 1179 | |
| 1180 | static 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 | |
| 1188 | static bool application_result_is_attributable_failure( |
| 1189 | const application_attempt_t *attempt, cbm_mcp_supervised_result_disposition_t disposition) { |
no test coverage detected