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

Function get_pack_file

http-backend.c:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235static void get_pack_file(struct strbuf *hdr, char *name)
236{
237 select_getanyfile(hdr);
238 hdr_cache_forever(hdr);
239 send_local_file(hdr, "application/x-git-packed-objects", name);
240}
241
242static void get_idx_file(struct strbuf *hdr, char *name)
243{

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