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

Function send_ref

upload-pack.c:1274–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272}
1273
1274static int send_ref(const struct reference *ref, void *cb_data)
1275{
1276 write_v0_ref(cb_data, ref, strip_namespace(ref->name));
1277 return 0;
1278}
1279
1280static int find_symref(const struct reference *ref, void *cb_data)
1281{

Callers

nothing calls this directly

Calls 2

write_v0_refFunction · 0.85
strip_namespaceFunction · 0.85

Tested by

no test coverage detected