Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ Error
Method
Error
internal/nix/store.go:111–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
(e *DaemonError) Error() string {
112
if
len(e.stderr) != 0 {
113
return
e.Redact() +
": "
+ string(e.stderr)
114
}
115
return
e.Redact()
116
}
117
118
func
(e *DaemonError) Unwrap() error {
119
return
e.err
Callers
15
TestConfigIsUserTrusted
Function · 0.45
Redact
Method · 0.45
packageInstallErrorHandler
Function · 0.45
cmpGoldenFile
Function · 0.45
flakeInputs
Function · 0.45
newGlibcPatchFlake
Function · 0.45
copySystemCUDALib
Method · 0.45
newSentryException
Function · 0.45
PullToTmp
Function · 0.45
TestJSONUnsupportedType
Function · 0.45
TestParseRepoURL
Function · 0.45
run
Function · 0.45
Calls
1
Redact
Method · 0.95
Tested by
15
TestConfigIsUserTrusted
Function · 0.36
cmpGoldenFile
Function · 0.36
TestJSONUnsupportedType
Function · 0.36
TestParseRepoURL
Function · 0.36
TestTaskNeedsRunTrue
Function · 0.36
TestTaskNeedsRunFalse
Function · 0.36
TestTaskLastRun
Function · 0.36
TestTaskConfirmPromptAllow
Function · 0.36
TestTaskConfirmPromptDeny
Function · 0.36
TestSudoDevbox
Function · 0.36
testWriteDevboxShellrc
Function · 0.36
TestWriteDevboxShellrcBash
Function · 0.36