gitlab.com/evatix-go/core@v1.3.55/codestack/NewStacksDefaultCount.go (about)

     1  package codestack
     2  
     3  func NewStacksDefaultCount(
     4  	startSkipIndex int,
     5  ) TraceCollection {
     6  	return NewStacks(
     7  		true,
     8  		true,
     9  		startSkipIndex+defaultInternalSkip,
    10  		DefaultStackCount)
    11  }