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

Function display_progress

progress.c:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void display_progress(struct progress *progress, uint64_t n)
254{
255 if (progress)
256 display(progress, n, NULL);
257}
258
259static struct progress *start_progress_delay(struct repository *r,
260 const char *title, uint64_t total,

Callers 15

test_show_objectFunction · 0.85
test_show_commitFunction · 0.85
finish_delayed_checkoutFunction · 0.85
verify_packfileFunction · 0.85
preload_threadFunction · 0.85
check_updatesFunction · 0.85
clear_ce_flags_1Function · 0.85
diffcore_rename_extendedFunction · 0.85
prune_subdirFunction · 0.85
prune_packed_objectsFunction · 0.85
advance_progress_meterFunction · 0.85
write_graph_chunk_fanoutFunction · 0.85

Calls 1

displayFunction · 0.85

Tested by 3

test_show_objectFunction · 0.68
test_show_commitFunction · 0.68
cmd__progressFunction · 0.68