Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
func
(evm *EVM) Data() []uint256.Int {
66
return
evm.Stack.data
67
}
68
69
func
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