| 4216 | } |
| 4217 | |
| 4218 | static void set_cruft_mtime(const struct object *object, |
| 4219 | struct packed_git *pack, |
| 4220 | off_t offset, time_t mtime) |
| 4221 | { |
| 4222 | add_cruft_object_entry(&object->oid, object->type, pack, offset, NULL, |
| 4223 | mtime); |
| 4224 | } |
| 4225 | |
| 4226 | static void mark_pack_kept_in_core(struct string_list *packs, unsigned keep) |
| 4227 | { |
nothing calls this directly
no test coverage detected