| 289 | } |
| 290 | |
| 291 | struct progress *start_delayed_progress(struct repository *r, |
| 292 | const char *title, uint64_t total) |
| 293 | { |
| 294 | return start_progress_delay(r, title, total, get_default_delay(), 0); |
| 295 | } |
| 296 | |
| 297 | struct progress *start_progress(struct repository *r, |
| 298 | const char *title, uint64_t total) |
no test coverage detected