| 4201 | } |
| 4202 | |
| 4203 | static void show_cruft_commit(struct commit *commit, void *data) |
| 4204 | { |
| 4205 | show_cruft_object((struct object*)commit, NULL, data); |
| 4206 | } |
| 4207 | |
| 4208 | static int cruft_include_check_obj(struct object *obj, void *data UNUSED) |
| 4209 | { |
nothing calls this directly
no test coverage detected