We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9874437 + 39d9a0c commit 9c79528Copy full SHA for 9c79528
cli/manifest/store/store.go
@@ -156,10 +156,3 @@ func makeFilesafeName(ref string) string {
156
func newNotFoundError(ref string) error {
157
return errdefs.ErrNotFound.WithMessage("No such manifest: " + ref)
158
}
159
-
160
-// IsNotFound returns true if the error is a not found error
161
-//
162
-// Deprecated: use [errdefs.IsNotFound]. This function will be removed in the next release.
163
-func IsNotFound(err error) bool {
164
- return errdefs.IsNotFound(err)
165
-}
0 commit comments