MCPcopy Create free account
hub / github.com/containerd/nerdctl / ExitCode

Method ExitCode

pkg/errutil/exit_coder.go:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23type ExitCoder interface {
24 error
25 ExitCode() int
26}
27
28// ExitCodeError is to allow the program to exit with status code without outputting an error message.

Callers 3

wrapMethod · 0.65
FetchLogsFunction · 0.65
HandleExitCoderFunction · 0.65

Implementers 1

ExitCodeErrorpkg/errutil/exit_coder.go

Calls

no outgoing calls

Tested by

no test coverage detected