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

Function advance_progress_meter

parallel-checkout.c:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static void advance_progress_meter(void)
183{
184 if (parallel_checkout.progress) {
185 (*parallel_checkout.progress_cnt)++;
186 display_progress(parallel_checkout.progress,
187 *parallel_checkout.progress_cnt);
188 }
189}
190
191static int handle_results(struct checkout *state)
192{

Callers 3

handle_resultsFunction · 0.85
parse_and_save_resultFunction · 0.85
write_items_sequentiallyFunction · 0.85

Calls 1

display_progressFunction · 0.85

Tested by

no test coverage detected