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

Function get_loose_object

http-backend.c:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228static void get_loose_object(struct strbuf *hdr, char *name)
229{
230 select_getanyfile(hdr);
231 hdr_cache_forever(hdr);
232 send_local_file(hdr, "application/x-git-loose-object", name);
233}
234
235static void get_pack_file(struct strbuf *hdr, char *name)
236{

Callers

nothing calls this directly

Calls 3

select_getanyfileFunction · 0.85
hdr_cache_foreverFunction · 0.85
send_local_fileFunction · 0.85

Tested by

no test coverage detected