Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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);
27
void stop_progress_msg(struct progress **p_progress, const char *msg);
28
static inline void stop_progress(struct progress **p_progress)
29
{
30
stop_progress_msg(p_progress, _(
"done"
));
31
}
32
#endif
Callers
15
test_bitmap_walk
Function · 0.85
finish_delayed_checkout
Function · 0.85
preload_index
Function · 0.85
check_updates
Function · 0.85
clear_ce_flags
Function · 0.85
diffcore_rename_extended
Function · 0.85
prune_packed_objects
Function · 0.85
close_reachable
Function · 0.85
compute_topological_levels
Function · 0.85
compute_generation_numbers
Function · 0.85
compute_bloom_filters
Function · 0.85
write_commit_graph_reachable
Function · 0.85
Calls
1
stop_progress_msg
Function · 0.85
Tested by
2
test_bitmap_walk
Function · 0.68
cmd__progress
Function · 0.68