| 316 | } |
| 317 | |
| 318 | struct progress *start_delayed_sparse_progress(struct repository *r, |
| 319 | const char *title, |
| 320 | uint64_t total) |
| 321 | { |
| 322 | return start_progress_delay(r, title, total, get_default_delay(), 1); |
| 323 | } |
| 324 | |
| 325 | static void finish_if_sparse(struct progress *progress) |
| 326 | { |
nothing calls this directly
no test coverage detected