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

Function oe_layer

builtin/pack-objects.c:867–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867static inline unsigned char oe_layer(struct packing_data *pack,
868 struct object_entry *e)
869{
870 if (!pack->layer)
871 return 0;
872 return pack->layer[e - pack->objects];
873}
874
875static inline void add_to_write_order(struct object_entry **wo,
876 unsigned int *endp,

Callers 2

add_to_write_orderFunction · 0.85
compute_layer_orderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected