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

Function fetch_ref

http-walker.c:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571static int fetch_ref(struct walker *walker, struct ref *ref)
572{
573 struct walker_data *data = walker->data;
574 return http_fetch_ref(data->alt->base, ref);
575}
576
577static void cleanup(struct walker *walker)
578{

Callers

nothing calls this directly

Calls 1

http_fetch_refFunction · 0.85

Tested by

no test coverage detected