MCPcopy Index your code
hub / github.com/containerd/containerd / String

Method String

core/remotes/docker/resolver.go:841–843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

839}
840
841func (r *request) String() string {
842 return r.host.Scheme + "://" + r.host.Host + r.path
843}
844
845// sanitizedURL returns the request URL with query parameters and auth (if any)
846// sanitized. It is intended for errors and logging, and similar to [internal/cri/util.sanitizeURL].

Callers 15

doMethod · 0.95
sanitizedURLMethod · 0.95
MakeRefKeyFunction · 0.45
NewUnexpectedStatusErrFunction · 0.45
openReferrersMethod · 0.45
FetchMethod · 0.45
FetchByDigestMethod · 0.45
defaultHandlerMethod · 0.45
Test_dockerPusher_pushFunction · 0.45
pushMethod · 0.45
getManifestPathFunction · 0.45

Calls

no outgoing calls

Tested by 11

defaultHandlerMethod · 0.36
Test_dockerPusher_pushFunction · 0.36
ServeHTTPMethod · 0.36
TestRepositoryScopeFunction · 0.36
runReferrersTestFunction · 0.36
ServeHTTPMethod · 0.36
printHostConfigFunction · 0.36