Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mirantis/cri-dockerd
/ String
Method
String
utils/exec.go:240–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
238
}
239
240
func
(e CodeExitError) String() string {
241
return
e.Err.Error()
242
}
243
244
// Exited is to check if the process has finished
245
func
(e CodeExitError) Exited() bool {
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected