| 752 | } |
| 753 | |
| 754 | int midx_checksum_valid(struct multi_pack_index *m) |
| 755 | { |
| 756 | return hashfile_checksum_valid(m->source->odb->repo->hash_algo, |
| 757 | m->data, m->data_len); |
| 758 | } |
| 759 | |
| 760 | struct clear_midx_data { |
| 761 | struct strset keep; |
no test coverage detected