MCPcopy 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

14func (invalidParameterErr) InvalidParameter() {}
15
16func notFound(err error) error {
17 if err == nil || errdefs.IsNotFound(err) {
18 return err
19 }
20 return notFoundErr{err}
21}
22
23type notFoundErr struct{ error }
24

Callers 2

getDataMethod · 0.70
getByIDMethod · 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…