MCPcopy
hub / github.com/perkeep/perkeep / ServeHTTP

Method ServeHTTP

pkg/server/share.go:308–310  ·  view source on GitHub ↗
(rw http.ResponseWriter, req *http.Request)

Source from the content-addressed store, hash-verified

306}
307
308func (h *shareHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
309 h.serveHTTP(rw, req)
310}
311
312// bytesHaveSchemaLink reports whether bb is a valid Perkeep schema
313// blob and has target somewhere in a schema field used to represent a

Callers

nothing calls this directly

Calls 1

serveHTTPMethod · 0.95

Tested by

no test coverage detected