MCPcopy 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
111func (e *DaemonError) Error() string {
112 if len(e.stderr) != 0 {
113 return e.Redact() + ": " + string(e.stderr)
114 }
115 return e.Redact()
116}
117
118func (e *DaemonError) Unwrap() error {
119 return e.err

Callers 15

TestConfigIsUserTrustedFunction · 0.45
RedactMethod · 0.45
cmpGoldenFileFunction · 0.45
flakeInputsFunction · 0.45
newGlibcPatchFlakeFunction · 0.45
copySystemCUDALibMethod · 0.45
newSentryExceptionFunction · 0.45
PullToTmpFunction · 0.45
TestJSONUnsupportedTypeFunction · 0.45
TestParseRepoURLFunction · 0.45
runFunction · 0.45

Calls 1

RedactMethod · 0.95

Tested by 15

TestConfigIsUserTrustedFunction · 0.36
cmpGoldenFileFunction · 0.36
TestJSONUnsupportedTypeFunction · 0.36
TestParseRepoURLFunction · 0.36
TestTaskNeedsRunTrueFunction · 0.36
TestTaskNeedsRunFalseFunction · 0.36
TestTaskLastRunFunction · 0.36
TestSudoDevboxFunction · 0.36
testWriteDevboxShellrcFunction · 0.36