Full returns the full stack trace for this goroutine.
()
| 59 | |
| 60 | // Full returns the full stack trace for this goroutine. |
| 61 | func (s Stack) Full() string { |
| 62 | return s.fullStack |
| 63 | } |
| 64 | |
| 65 | // FirstFunction returns the name of the first function on the stack. |
| 66 | func (s Stack) FirstFunction() string { |
no outgoing calls