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