MCPcopy Index your code
hub / github.com/jetify-com/devbox / taskError

Function taskError

internal/setup/setup.go:366–371  ·  view source on GitHub ↗
(key string, err error)

Source from the content-addressed store, hash-verified

364}
365
366func taskError(key string, err error) error {
367 if err == nil {
368 return nil
369 }
370 return redact.Errorf("setup: task %s: %w", key, err)
371}
372
373// devboxExecutable returns the path to the Devbox launcher script or the
374// current binary if the launcher is unavailable.

Callers 6

SudoDevboxFunction · 0.85
ConfirmRunFunction · 0.85
runFunction · 0.85
ResetFunction · 0.85
loadStateFunction · 0.85
saveStateFunction · 0.85

Calls 1

ErrorfFunction · 0.92

Tested by

no test coverage detected