type go.uber.org/goleak/internal/stack.Stack

24 uses

	go.uber.org/goleak/internal/stack (current package)
		stacks.go#L36: type Stack struct {
		stacks.go#L44: func (s Stack) ID() int {
		stacks.go#L49: func (s Stack) State() string {
		stacks.go#L54: func (s Stack) Full() string {
		stacks.go#L59: func (s Stack) FirstFunction() string {
		stacks.go#L63: func (s Stack) String() string {
		stacks.go#L69: func getStacks(all bool) []Stack {
		stacks.go#L70: 	var stacks []Stack
		stacks.go#L72: 	var curStack *Stack
		stacks.go#L92: 			curStack = &Stack{
		stacks.go#L112: func All() []Stack {
		stacks.go#L117: func Current() Stack {

	go.uber.org/goleak
		leaks.go#L37: func filterStacks(stacks []stack.Stack, skipID int, opts *opts) []stack.Stack {
		leaks.go#L62: 	var stacks []stack.Stack
		options.go#L41: 	filters    []func(stack.Stack) bool
		options.go#L65: 	return addFilter(func(s stack.Stack) bool {
		options.go#L89: 	return addFilter(func(s stack.Stack) bool {
		options.go#L100: func addFilter(f func(stack.Stack) bool) Option {
		options.go#L123: func (o *opts) filter(s stack.Stack) bool {
		options.go#L147: func isTestStack(s stack.Stack) bool {
		options.go#L163: func isSyscallStack(s stack.Stack) bool {
		options.go#L169: func isStdLibStack(s stack.Stack) bool {
		tracestack_new.go#L32: func isTraceStack(s stack.Stack) bool {