| 2766 | } |
| 2767 | |
| 2768 | static int for_each_bad_bisect_ref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data) |
| 2769 | { |
| 2770 | return for_each_bisect_ref(refs, fn, cb_data, term_bad); |
| 2771 | } |
| 2772 | |
| 2773 | static int for_each_good_bisect_ref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data) |
| 2774 | { |
nothing calls this directly
no test coverage detected