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

Function stop_progress

progress.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 uint64_t total);
27void stop_progress_msg(struct progress **p_progress, const char *msg);
28static inline void stop_progress(struct progress **p_progress)
29{
30 stop_progress_msg(p_progress, _("done"));
31}
32#endif

Callers 15

test_bitmap_walkFunction · 0.85
finish_delayed_checkoutFunction · 0.85
preload_indexFunction · 0.85
check_updatesFunction · 0.85
clear_ce_flagsFunction · 0.85
diffcore_rename_extendedFunction · 0.85
prune_packed_objectsFunction · 0.85
close_reachableFunction · 0.85
compute_bloom_filtersFunction · 0.85

Calls 1

stop_progress_msgFunction · 0.85

Tested by 2

test_bitmap_walkFunction · 0.68
cmd__progressFunction · 0.68