MCPcopy Index your code
hub / github.com/lxn/walk / wrapError

Function wrapError

error.go:116–118  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

114}
115
116func wrapError(err error) error {
117 return processError(wrapErr(err))
118}
119
120func toErrorNoPanic(x interface{}) error {
121 switch x := x.(type) {

Callers 3

toggleItemCheckedMethod · 0.85
withFileMethod · 0.85
SaveMethod · 0.85

Calls 2

processErrorFunction · 0.85
wrapErrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…