Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ notFound
Function
notFound
cli/context/store/errors.go:16–21 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
14
func
(invalidParameterErr) InvalidParameter() {}
15
16
func
notFound(err error) error {
17
if
err == nil || errdefs.IsNotFound(err) {
18
return
err
19
}
20
return
notFoundErr{err}
21
}
22
23
type
notFoundErr
struct
{ error }
24
Callers
2
getData
Method · 0.70
getByID
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…