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

Function start_progress

progress.c:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297struct progress *start_progress(struct repository *r,
298 const char *title, uint64_t total)
299{
300 return start_progress_delay(r, title, total, 0, 0);
301}
302
303/*
304 * Here "sparse" means that the caller might use some sampling criteria to

Callers 15

test_bitmap_walkFunction · 0.85
verify_commit_graphFunction · 0.85
resolve_tree_islandsFunction · 0.85
select_pseudo_mergesFunction · 0.85
bitmap_writer_buildFunction · 0.85
cmd__progressFunction · 0.85
parse_pack_objectsFunction · 0.85
resolve_deltasFunction · 0.85
fsck_sourceFunction · 0.85
fsck_refsFunction · 0.85
cmd_fsckFunction · 0.85

Calls 1

start_progress_delayFunction · 0.85

Tested by 2

test_bitmap_walkFunction · 0.68
cmd__progressFunction · 0.68