MCPcopy Create free account
hub / github.com/asim/git-http-backend / getIdxFile

Function getIdxFile

server/server.go:262–265  ·  view source on GitHub ↗
(hr HandlerReq)

Source from the content-addressed store, hash-verified

260}
261
262func getIdxFile(hr HandlerReq) {
263 hdrCacheForever(hr.w)
264 sendFile("application/x-git-packed-objects-toc", hr)
265}
266
267func getTextFile(hr HandlerReq) {
268 hdrNocache(hr.w)

Callers

nothing calls this directly

Calls 2

hdrCacheForeverFunction · 0.85
sendFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…