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

Function main

cmd/nerdctl/main.go:132–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func main() {
133 if err := xmain(); err != nil {
134 errutil.HandleExitCoder(err)
135 log.L.Fatal(err)
136 }
137}
138
139func xmain() error {
140 if len(os.Args) == 3 && os.Args[1] == logging.MagicArgv1 {

Callers

nothing calls this directly

Calls 2

HandleExitCoderFunction · 0.92
xmainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…