| 3929 | } |
| 3930 | |
| 3931 | static int stdin_packs_include_check(struct commit *commit, void *data) |
| 3932 | { |
| 3933 | return stdin_packs_include_check_obj((struct object *)commit, data); |
| 3934 | } |
| 3935 | |
| 3936 | static void stdin_packs_add_pack_entries(struct strmap *packs, |
| 3937 | struct rev_info *revs) |
nothing calls this directly
no test coverage detected