| 314 | const struct object_id *oid); |
| 315 | |
| 316 | static inline unsigned int oe_tree_depth(struct packing_data *pack, |
| 317 | struct object_entry *e) |
| 318 | { |
| 319 | if (!pack->tree_depth) |
| 320 | return 0; |
| 321 | return pack->tree_depth[e - pack->objects]; |
| 322 | } |
| 323 | |
| 324 | static inline void oe_set_layer(struct packing_data *pack, |
| 325 | struct object_entry *e, |
no outgoing calls
no test coverage detected