| 180 | } |
| 181 | |
| 182 | static void advance_progress_meter(void) |
| 183 | { |
| 184 | if (parallel_checkout.progress) { |
| 185 | (*parallel_checkout.progress_cnt)++; |
| 186 | display_progress(parallel_checkout.progress, |
| 187 | *parallel_checkout.progress_cnt); |
| 188 | } |
| 189 | } |
| 190 | |
| 191 | static int handle_results(struct checkout *state) |
| 192 | { |
no test coverage detected