MCPcopy Create free account
hub / github.com/Jesserc/gevm / Data

Method Data

gevm/stack.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (evm *EVM) Data() []uint256.Int {
66 return evm.Stack.data
67}
68
69func NewStack() *Stack {
70 return &Stack{data: make([]uint256.Int, 0)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected