Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ pushN
Method
pushN
core/vm/stack.go:46–48 ·
view source on GitHub ↗
(ds ...*big.Int)
Source
from the content-addressed store, hash-verified
44
st.data = append(st.data, d)
45
}
46
func
(st *Stack) pushN(ds ...*big.Int) {
47
st.data = append(st.data, ds...)
48
}
49
50
func
(st *Stack) pop() (ret *big.Int) {
51
ret = st.data[len(st.data)-1]
Callers
2
TestOpMstore
Function · 0.80
BenchmarkOpMstore
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestOpMstore
Function · 0.64
BenchmarkOpMstore
Function · 0.64