MCPcopy Create free account
hub / github.com/git/git / oe_in_pack_pos

Function oe_in_pack_pos

pack-objects.h:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static inline unsigned int oe_in_pack_pos(const struct packing_data *pack,
268 const struct object_entry *e)
269{
270 return pack->in_pack_pos[e - pack->objects];
271}
272
273static inline void oe_set_in_pack_pos(const struct packing_data *pack,
274 const struct object_entry *e,

Callers 2

create_bitmap_mappingFunction · 0.85
find_object_posFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected