| 865 | } |
| 866 | |
| 867 | static 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 | |
| 875 | static inline void add_to_write_order(struct object_entry **wo, |
| 876 | unsigned int *endp, |
no outgoing calls
no test coverage detected