Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mirantis/cri-dockerd
/ Error
Method
Error
utils/exec.go:236–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
var
_ ExitError = CodeExitError{}
235
236
func
(e CodeExitError) Error() string {
237
return
e.Err.Error()
238
}
239
240
func
(e CodeExitError) String() string {
241
return
e.Err.Error()
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected