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

Method Stack

error.go:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (err *Error) Stack() []byte {
51 return err.stack
52}
53
54func (err *Error) Error() string {
55 return fmt.Sprintf("%s\n\nStack:\n%s", err.Message(), err.stack)

Callers 3

processErrorNoPanicFunction · 0.80
newErrFunction · 0.80
wrapErrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected