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

Function add_bisect_ref

builtin/bisect.c:561–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561static int add_bisect_ref(const struct reference *ref, void *cb)
562{
563 struct add_bisect_ref_data *data = cb;
564
565 add_pending_oid(data->revs, ref->name, ref->oid, data->object_flags);
566
567 return 0;
568}
569
570static int prepare_revs(struct bisect_terms *terms, struct rev_info *revs)
571{

Callers

nothing calls this directly

Calls 1

add_pending_oidFunction · 0.85

Tested by

no test coverage detected