We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e768a commit 39d9a0cCopy full SHA for 39d9a0c
1 file changed
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