Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Jesserc/gevm
/ NewStack
Function
NewStack
gevm/stack.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
NewStack() *Stack {
70
return
&Stack{data: make([]uint256.Int, 0)}
71
}
Callers
2
TestStack
Function · 0.85
NewEVM
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestStack
Function · 0.68