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

Function processError

error.go:70–78  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

68}
69
70func processError(err error) error {
71 processErrorNoPanic(err)
72
73 if panicOnError {
74 panic(err)
75 }
76
77 return err
78}
79
80func newErr(message string) error {
81 return &Error{message: message, stack: debug.Stack()}

Callers 2

newErrorFunction · 0.85
wrapErrorFunction · 0.85

Calls 1

processErrorNoPanicFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…