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

Function for_each_bad_bisect_ref

revision.c:2768–2771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2766}
2767
2768static 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
2773static int for_each_good_bisect_ref(struct ref_store *refs, refs_for_each_cb fn, void *cb_data)
2774{

Callers

nothing calls this directly

Calls 1

for_each_bisect_refFunction · 0.85

Tested by

no test coverage detected