| 269 | } |
| 270 | |
| 271 | static void midx_fanout_sort(struct midx_fanout *fanout) |
| 272 | { |
| 273 | QSORT(fanout->entries, fanout->nr, midx_oid_compare); |
| 274 | } |
| 275 | |
| 276 | static void midx_fanout_add_midx_fanout_1(struct midx_fanout *fanout, |
| 277 | struct multi_pack_index *m, |
no outgoing calls
no test coverage detected