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

Function cruft_include_check_obj

builtin/pack-objects.c:4208–4211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4206}
4207
4208static 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
4213static int cruft_include_check(struct commit *commit, void *data)
4214{

Callers 1

cruft_include_checkFunction · 0.85

Calls 1

has_object_kept_packFunction · 0.85

Tested by

no test coverage detected