MCPcopy Index your code
hub / github.com/jetify-com/devbox / Redact

Method Redact

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

Source from the content-addressed store, hash-verified

182
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 {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected