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

Function bitmap_writer_show_progress

pack-bitmap-write.c:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void bitmap_writer_show_progress(struct bitmap_writer *writer, int show)
112{
113 writer->show_progress = show;
114}
115
116/**
117 * Build the initial type index for the packfile or multi-pack-index

Callers 2

write_midx_bitmapFunction · 0.85
write_pack_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected