| 339 | } |
| 340 | |
| 341 | static inline void oe_set_cruft_mtime(struct packing_data *pack, |
| 342 | struct object_entry *e, |
| 343 | uint32_t mtime) |
| 344 | { |
| 345 | if (!pack->cruft_mtime) |
| 346 | CALLOC_ARRAY(pack->cruft_mtime, pack->nr_alloc); |
| 347 | pack->cruft_mtime[e - pack->objects] = mtime; |
| 348 | } |
| 349 | |
| 350 | #endif |
no outgoing calls
no test coverage detected