MCPcopy
hub / github.com/containerd/containerd / ServeHTTP

Method ServeHTTP

core/remotes/docker/resolver_test.go:1068–1070  ·  view source on GitHub ↗
(rw http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

1066}
1067
1068func (h logHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
1069 h.handler.ServeHTTP(rw, r)
1070}
1071
1072type namespaceRouter map[string]http.Handler
1073

Callers 5

TestBasicResolverFunction · 0.45
withTokenServerFunction · 0.45
withBasicAuthServerFunction · 0.45
ServeHTTPMethod · 0.45
BasicTestFuncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected