MCPcopy 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
118func (e *DaemonError) Unwrap() error {
119 return e.err
120}
121
122func (e *DaemonError) Redact() string {
123 // Don't include e.stderr in redacted messages because it can contain

Callers 2

newSentryExceptionFunction · 0.45
EarliestStackTraceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected