MCPcopy
hub / github.com/lxn/walk / newErr

Function newErr

error.go:80–82  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

78}
79
80func newErr(message string) error {
81 return &Error{message: message, stack: debug.Stack()}
82}
83
84func newError(message string) error {
85 return processError(newErr(message))

Callers 2

newErrorFunction · 0.85
newErrorNoPanicFunction · 0.85

Calls 1

StackMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…