| 540 | } |
| 541 | |
| 542 | int midx_has_oid(struct multi_pack_index *m, const struct object_id *oid) |
| 543 | { |
| 544 | return bsearch_midx(oid, m, NULL); |
| 545 | } |
| 546 | |
| 547 | struct object_id *nth_midxed_object_oid(struct object_id *oid, |
| 548 | struct multi_pack_index *m, |
no test coverage detected