MCPcopy
hub / github.com/jetify-com/devbox / Unwrap

Method Unwrap

internal/redact/redact.go:185–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183func (e *safeError) Error() string { return e.err.Error() }
184func (e *safeError) Redact() string { return e.redacted.Error() }
185func (e *safeError) Unwrap() error { return e.err }
186
187func (e *safeError) StackTrace() []runtime.Frame {
188 if len(e.callers) == 0 {

Callers 1

ErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected