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

Function loose_garbage

builtin/count-objects.c:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static void loose_garbage(const char *path)
56{
57 if (verbose)
58 report_garbage(PACKDIR_FILE_GARBAGE, path);
59}
60
61static int count_loose(const struct object_id *oid, const char *path,
62 void *data UNUSED)

Callers 2

count_looseFunction · 0.85
count_cruftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected