Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garethgeorge/backrest
/ AddCmdOutputToError
Method
AddCmdOutputToError
pkg/restic/error.go:94–96 ·
view source on GitHub ↗
(cmd *exec.Cmd, err error)
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(e *errorMessageCollector) AddCmdOutputToError(cmd *exec.Cmd, err error) error {
95
return
newCmdError(cmd, e.AddOutputToError(err))
96
}
Callers
9
executeWithJSONOutput
Method · 0.95
Exists
Method · 0.95
init
Method · 0.95
ForgetSnapshot
Method · 0.95
Dump
Method · 0.95
runSimpleCommand
Method · 0.95
ListDirectory
Method · 0.95
Unlock
Method · 0.95
AddTags
Method · 0.95
Calls
2
AddOutputToError
Method · 0.95
newCmdError
Function · 0.85
Tested by
no test coverage detected