MCPcopy Create free account
hub / github.com/code-scan/Goal / NewStack

Function NewStack

Gsensor/ksubdomain/stack.go:23–25  ·  view source on GitHub ↗

Create a new stack

()

Source from the content-addressed store, hash-verified

21
22// Create a new stack
23func NewStack() *Stack {
24 return &Stack{nil, 0, sync.RWMutex{}}
25}
26
27// Return the number of items in the stack
28func (this *Stack) Len() int {

Callers 2

GetResultMethod · 0.92
GetWaitChainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected