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

Function get_idx_file

http-backend.c:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242static void get_idx_file(struct strbuf *hdr, char *name)
243{
244 select_getanyfile(hdr);
245 hdr_cache_forever(hdr);
246 send_local_file(hdr, "application/x-git-packed-objects-toc", name);
247}
248
249static void http_config(void)
250{

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