Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/moby/moby
/ Error
Method
Error
daemon/errors.go:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(e objNotFoundError) Error() string {
38
return
"No such "
+ e.object +
": "
+ e.id
39
}
40
41
func
(e objNotFoundError) NotFound() {}
42
Callers
1
setExitCodeFromError
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected