Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
116
func
wrapError(err error) error {
117
return
processError(wrapErr(err))
118
}
119
120
func
toErrorNoPanic(x
interface
{}) error {
121
switch
x := x.(
type
) {
Callers
3
toggleItemChecked
Method · 0.85
withFile
Method · 0.85
Save
Method · 0.85
Calls
2
processError
Function · 0.85
wrapErr
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…