MCPcopy Index your code
hub / github.com/git/git / tail_link_ref

Function tail_link_ref

remote.c:1097–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097void tail_link_ref(struct ref *ref, struct ref ***tail)
1098{
1099 **tail = ref;
1100 while (ref->next)
1101 ref = ref->next;
1102 *tail = &ref->next;
1103}
1104
1105static struct ref *alloc_delete_ref(void)
1106{

Callers 3

make_linked_refFunction · 0.85
get_fetch_mapFunction · 0.85
wanted_peer_refsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected