| 2771 | } |
| 2772 | |
| 2773 | static int for_each_good_bisect_ref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data) |
| 2774 | { |
| 2775 | return for_each_bisect_ref(refs, fn, cb_data, term_good); |
| 2776 | } |
| 2777 | |
| 2778 | static int handle_revision_pseudo_opt(struct rev_info *revs, |
| 2779 | const char **argv, int *flags) |
nothing calls this directly
no test coverage detected