Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
static 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
197
enum ack_type {
198
NAK = 0,
Callers
nothing calls this directly
Calls
1
rev_list_insert_ref
Function · 0.85
Tested by
no test coverage detected