gitlab.com/evatix-go/core@v1.3.55/codestack/NewStacksDefaultCountSkipNone.go (about) 1 package codestack 2 3 func NewStacksDefaultCountSkipNone() TraceCollection { 4 return NewStacks( 5 true, 6 true, 7 defaultInternalSkip, 8 DefaultStackCount) 9 }