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

Function wrapErrorNoPanic

error.go:112–114  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

110}
111
112func wrapErrorNoPanic(err error) error {
113 return processErrorNoPanic(wrapErr(err))
114}
115
116func wrapError(err error) error {
117 return processError(wrapErr(err))

Callers 2

defaultWndProcFunction · 0.85
toErrorNoPanicFunction · 0.85

Calls 2

processErrorNoPanicFunction · 0.85
wrapErrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…