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

Method Error

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

Source from the content-addressed store, hash-verified

181}
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

Callers 2

FormatMethod · 0.95
RedactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected