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

Function rev_list_insert_ref_oid

fetch-pack.c:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static int rev_list_insert_ref_oid(const struct reference *ref, void *cb_data)
193{
194 return rev_list_insert_ref(cb_data, ref->oid);
195}
196
197enum ack_type {
198 NAK = 0,

Callers

nothing calls this directly

Calls 1

rev_list_insert_refFunction · 0.85

Tested by

no test coverage detected