MCPcopy Index your code
hub / github.com/git/git / oe_in_pack

Function oe_in_pack

pack-objects.h:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static inline struct packed_git *oe_in_pack(const struct packing_data *pack,
281 const struct object_entry *e)
282{
283 if (pack->in_pack_by_idx)
284 return pack->in_pack_by_idx[e->in_pack_idx];
285 else
286 return pack->in_pack[e - pack->objects];
287}
288
289void oe_map_new_pack(struct packing_data *pack);
290

Callers 2

oe_map_new_packFunction · 0.85
oe_get_size_slowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected