Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/copernet/copernicus
/ NewStack
Function
NewStack
util/stack.go:131–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
func
NewStack() *Stack {
132
array := make([]
interface
{}, 0)
133
return
&Stack{array}
134
}
135
136
//func CopyStackByteType(des *Stack, src *Stack) {
137
// if src.Size() == 0 {
Callers
3
TestStackCountBool
Function · 0.85
TestStack
Function · 0.85
TestSwapStack
Function · 0.85
Calls
no outgoing calls
Tested by
3
TestStackCountBool
Function · 0.68
TestStack
Function · 0.68
TestSwapStack
Function · 0.68