| 4206 | } |
| 4207 | |
| 4208 | static int cruft_include_check_obj(struct object *obj, void *data UNUSED) |
| 4209 | { |
| 4210 | return !has_object_kept_pack(to_pack.repo, &obj->oid, KEPT_PACK_IN_CORE); |
| 4211 | } |
| 4212 | |
| 4213 | static int cruft_include_check(struct commit *commit, void *data) |
| 4214 | { |
no test coverage detected