Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
func
New(size uint) *Stack {
56
return
&Stack{
57
size: size,
58
l: list.New(),
59
}
60
}
Callers
1
TestStack
Function · 0.70
Calls
no outgoing calls
Tested by
1
TestStack
Function · 0.56