(hr HandlerReq)
| 250 | } |
| 251 | |
| 252 | func getLooseObject(hr HandlerReq) { |
| 253 | hdrCacheForever(hr.w) |
| 254 | sendFile("application/x-git-loose-object", hr) |
| 255 | } |
| 256 | |
| 257 | func getPackFile(hr HandlerReq) { |
| 258 | hdrCacheForever(hr.w) |
nothing calls this directly
no test coverage detected
searching dependent graphs…