MCPcopy
hub / github.com/uber-go/goleak / Full

Method Full

internal/stack/stacks.go:61–63  ·  view source on GitHub ↗

Full returns the full stack trace for this goroutine.

()

Source from the content-addressed store, hash-verified

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

Callers 6

TestCurrentCreatedByFunction · 0.95
StringMethod · 0.95
TestAllFunction · 0.80
TestCurrentFunction · 0.80
TestParseStackFunction · 0.80
TestParseStackFixturesFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestCurrentCreatedByFunction · 0.76
TestAllFunction · 0.64
TestCurrentFunction · 0.64
TestParseStackFunction · 0.64
TestParseStackFixturesFunction · 0.64