| 226 | } |
| 227 | |
| 228 | static 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 | |
| 235 | static void get_pack_file(struct strbuf *hdr, char *name) |
| 236 | { |
nothing calls this directly
no test coverage detected