Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ NewExitCoderErr
Function
NewExitCoderErr
pkg/errutil/exit_coder.go:33–37 ·
view source on GitHub ↗
(exitCode int)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
NewExitCoderErr(exitCode int) ExitCodeError {
34
return
ExitCodeError{
35
exitCode: exitCode,
36
}
37
}
38
39
func
(e ExitCodeError) ExitCode() int {
40
return
e.exitCode
Callers
3
Start
Function · 0.92
Attach
Function · 0.92
runAction
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…