| 109 | } |
| 110 | |
| 111 | void 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 |
no outgoing calls
no test coverage detected