MCPcopy 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
69func NewStack() *Stack {
70 return &Stack{data: make([]uint256.Int, 0)}
71}

Callers 2

TestStackFunction · 0.85
NewEVMFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestStackFunction · 0.68