| 3923 | } |
| 3924 | |
| 3925 | static int stdin_packs_include_check_obj(struct object *obj, void *data UNUSED) |
| 3926 | { |
| 3927 | return !has_object_kept_pack(to_pack.repo, &obj->oid, |
| 3928 | KEPT_PACK_IN_CORE); |
| 3929 | } |
| 3930 | |
| 3931 | static int stdin_packs_include_check(struct commit *commit, void *data) |
| 3932 | { |
no test coverage detected