| 331 | } |
| 332 | |
| 333 | static inline uint32_t oe_cruft_mtime(struct packing_data *pack, |
| 334 | struct object_entry *e) |
| 335 | { |
| 336 | if (!pack->cruft_mtime) |
| 337 | return 0; |
| 338 | return pack->cruft_mtime[e - pack->objects]; |
| 339 | } |
| 340 | |
| 341 | static inline void oe_set_cruft_mtime(struct packing_data *pack, |
| 342 | struct object_entry *e, |
no outgoing calls
no test coverage detected