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

Function finish_if_sparse

progress.c:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325static void finish_if_sparse(struct progress *progress)
326{
327 if (progress->sparse &&
328 progress->last_value != progress->total)
329 display_progress(progress, progress->total);
330}
331
332static void force_last_update(struct progress *progress, const char *msg)
333{

Callers 1

stop_progress_msgFunction · 0.85

Calls 1

display_progressFunction · 0.85

Tested by

no test coverage detected