MCPcopy
hub / github.com/google/go-containerregistry / Error

Method Error

pkg/registry/blobs.go:104–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (e RedirectError) Error() string { return fmt.Sprintf("redirecting (%d): %s", e.Code, e.Location) }
105
106// ErrNotFound represents an error locating the blob.
107var ErrNotFound = errors.New("not found")

Callers 2

handleMethod · 0.45
regErrInternalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected