MCPcopy Index your code
hub / github.com/git/git / stdin_packs_include_check_obj

Function stdin_packs_include_check_obj

builtin/pack-objects.c:3925–3929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3923}
3924
3925static 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
3931static int stdin_packs_include_check(struct commit *commit, void *data)
3932{

Callers 1

Calls 1

has_object_kept_packFunction · 0.85

Tested by

no test coverage detected