MCPcopy Index your code
hub / github.com/coder/coder / Unwrap

Method Unwrap

cli/root.go:1288–1290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1286}
1287
1288func (e *exitError) Unwrap() error {
1289 return e.err
1290}
1291
1292// ExitCode returns the OS exit code that the CLI will use when this error is
1293// returned from a command handler.

Callers 2

cliHumanFormatErrorFunction · 0.45
traceErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected