Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
183
func
(e *safeError) Error() string {
return
e.err.Error() }
184
func
(e *safeError) Redact() string {
return
e.redacted.Error() }
185
func
(e *safeError) Unwrap() error {
return
e.err }
186
Callers
2
Format
Method · 0.95
Redact
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected