(hr HandlerReq)
| 255 | } |
| 256 | |
| 257 | func getPackFile(hr HandlerReq) { |
| 258 | hdrCacheForever(hr.w) |
| 259 | sendFile("application/x-git-packed-objects", hr) |
| 260 | } |
| 261 | |
| 262 | func getIdxFile(hr HandlerReq) { |
| 263 | hdrCacheForever(hr.w) |
nothing calls this directly
no test coverage detected
searching dependent graphs…