MCPcopy Create free account
hub / github.com/GuyARoss/orbit / New

Function New

pkg/allocated_stack/allocated_stack.go:55–60  ·  view source on GitHub ↗
(size uint)

Source from the content-addressed store, hash-verified

53}
54
55func New(size uint) *Stack {
56 return &Stack{
57 size: size,
58 l: list.New(),
59 }
60}

Callers 1

TestStackFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestStackFunction · 0.56