MCPcopy Create free account
hub / github.com/CPChain/chain / newstack

Function newstack

core/vm/stack.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func newstack() *Stack {
32 return &Stack{data: make([]*big.Int, 0, 1024)}
33}
34
35// Data returns the underlying big.Int array.
36func (st *Stack) Data() []*big.Int {

Callers 8

newIntPoolFunction · 0.85
TestStoreCaptureFunction · 0.85
RunMethod · 0.85
testTwoOperandOpFunction · 0.85
TestByteOpFunction · 0.85
opBenchmarkFunction · 0.85
TestOpMstoreFunction · 0.85
BenchmarkOpMstoreFunction · 0.85

Calls

no outgoing calls

Tested by 6

TestStoreCaptureFunction · 0.68
testTwoOperandOpFunction · 0.68
TestByteOpFunction · 0.68
opBenchmarkFunction · 0.68
TestOpMstoreFunction · 0.68
BenchmarkOpMstoreFunction · 0.68