Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ Unwrap
Method
Unwrap
internal/nix/store.go:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
func
(e *DaemonError) Unwrap() error {
119
return
e.err
120
}
121
122
func
(e *DaemonError) Redact() string {
123
// Don't include e.stderr in redacted messages because it can contain
Callers
2
newSentryException
Function · 0.45
EarliestStackTrace
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected