Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
func
notFound(err error) error {
20
if
err == nil || errdefs.IsNotFound(err) {
21
return
err
22
}
23
return
notFoundErr{err}
24
}
25
26
type
notFoundErr
struct
{ error }
27
Callers
3
TestStop
Function · 0.70
TestRestart
Function · 0.70
TestRemoveForce
Function · 0.70
Calls
no outgoing calls
Tested by
3
TestStop
Function · 0.56
TestRestart
Function · 0.56
TestRemoveForce
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…