MCPcopy Index your code
hub / github.com/docker/cli / notFound

Function notFound

cli/command/container/errors.go:19–24  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

17}
18
19func notFound(err error) error {
20 if err == nil || errdefs.IsNotFound(err) {
21 return err
22 }
23 return notFoundErr{err}
24}
25
26type notFoundErr struct{ error }
27

Callers 3

TestStopFunction · 0.70
TestRestartFunction · 0.70
TestRemoveForceFunction · 0.70

Calls

no outgoing calls

Tested by 3

TestStopFunction · 0.56
TestRestartFunction · 0.56
TestRemoveForceFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…