| 34 | } |
| 35 | |
| 36 | static int bitmap_dump_pseudo_merge_objects(uint32_t n) |
| 37 | { |
| 38 | return test_bitmap_pseudo_merge_objects(the_repository, n); |
| 39 | } |
| 40 | |
| 41 | static int add_packed_object(const struct object_id *oid, |
| 42 | struct packed_git *pack, |
no test coverage detected