MCPcopy Create free account
hub / github.com/git/git / for_each_good_bisect_ref

Function for_each_good_bisect_ref

revision.c:2773–2776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2771}
2772
2773static 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
2778static int handle_revision_pseudo_opt(struct rev_info *revs,
2779 const char **argv, int *flags)

Callers

nothing calls this directly

Calls 1

for_each_bisect_refFunction · 0.85

Tested by

no test coverage detected