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

Function count_cruft

builtin/count-objects.c:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static int count_cruft(const char *basename UNUSED, const char *path,
78 void *data UNUSED)
79{
80 loose_garbage(path);
81 return 0;
82}
83
84static int print_alternate(struct odb_source *alternate, void *data UNUSED)
85{

Callers

nothing calls this directly

Calls 1

loose_garbageFunction · 0.85

Tested by

no test coverage detected