StackTrace returns the stack trace associated with the error.
()
| 60 | |
| 61 | // StackTrace returns the stack trace associated with the error. |
| 62 | func (ec *ErrorContext) StackTrace() []uintptr { |
| 63 | return ec.stack |
| 64 | } |
| 65 | |
| 66 | // Callers returns the stack trace associated with the error. |
| 67 | func (ec *ErrorContext) Callers() []uintptr { |
nothing calls this directly
no outgoing calls
no test coverage detected