MCPcopy Index your code
hub / github.com/git/git / start_delayed_progress

Function start_delayed_progress

progress.c:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291struct 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
297struct progress *start_progress(struct repository *r,
298 const char *title, uint64_t total)

Callers 15

finish_delayed_checkoutFunction · 0.85
preload_indexFunction · 0.85
get_progressFunction · 0.85
clear_ce_flagsFunction · 0.85
diffcore_rename_extendedFunction · 0.85
prune_packed_objectsFunction · 0.85
close_reachableFunction · 0.85
compute_bloom_filtersFunction · 0.85
fill_oids_from_packsFunction · 0.85

Calls 2

start_progress_delayFunction · 0.85
get_default_delayFunction · 0.85

Tested by

no test coverage detected