MCPcopy 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}
46func (st *Stack) pushN(ds ...*big.Int) {
47 st.data = append(st.data, ds...)
48}
49
50func (st *Stack) pop() (ret *big.Int) {
51 ret = st.data[len(st.data)-1]

Callers 2

TestOpMstoreFunction · 0.80
BenchmarkOpMstoreFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestOpMstoreFunction · 0.64
BenchmarkOpMstoreFunction · 0.64