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

Function start_delayed_sparse_progress

progress.c:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318struct progress *start_delayed_sparse_progress(struct repository *r,
319 const char *title,
320 uint64_t total)
321{
322 return start_progress_delay(r, title, total, get_default_delay(), 1);
323}
324
325static void finish_if_sparse(struct progress *progress)
326{

Callers

nothing calls this directly

Calls 2

start_progress_delayFunction · 0.85
get_default_delayFunction · 0.85

Tested by

no test coverage detected