(hr HandlerReq)
| 260 | } |
| 261 | |
| 262 | func getIdxFile(hr HandlerReq) { |
| 263 | hdrCacheForever(hr.w) |
| 264 | sendFile("application/x-git-packed-objects-toc", hr) |
| 265 | } |
| 266 | |
| 267 | func getTextFile(hr HandlerReq) { |
| 268 | hdrNocache(hr.w) |
nothing calls this directly
no test coverage detected
searching dependent graphs…