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

Method Error

error.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (err *Error) Error() string {
55 return fmt.Sprintf("%s\n\nStack:\n%s", err.Message(), err.stack)
56}
57
58func processErrorNoPanic(err error) error {
59 if logErrors {

Callers 8

ValueMethod · 0.45
MessageMethod · 0.45
processErrorNoPanicFunction · 0.45
PresentErrorMethod · 0.45
DisposeMethod · 0.45
conditionOrPropertyMethod · 0.45
ValueMethod · 0.45
mainFunction · 0.45

Calls 1

MessageMethod · 0.95

Tested by

no test coverage detected