MCPcopy Create free account
hub / github.com/git/git / cruft_include_check

Function cruft_include_check

builtin/pack-objects.c:4213–4216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4211}
4212
4213static int cruft_include_check(struct commit *commit, void *data)
4214{
4215 return cruft_include_check_obj((struct object*)commit, data);
4216}
4217
4218static void set_cruft_mtime(const struct object *object,
4219 struct packed_git *pack,

Callers

nothing calls this directly

Calls 1

cruft_include_check_objFunction · 0.85

Tested by

no test coverage detected