MCPcopy 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
240func (e CodeExitError) String() string {
241 return e.Err.Error()
242}
243
244// Exited is to check if the process has finished
245func (e CodeExitError) Exited() bool {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected