Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
func
newstack() *Stack {
32
return
&Stack{data: make([]*big.Int, 0, 1024)}
33
}
34
35
// Data returns the underlying big.Int array.
36
func
(st *Stack) Data() []*big.Int {
Callers
8
newIntPool
Function · 0.85
TestStoreCapture
Function · 0.85
Run
Method · 0.85
testTwoOperandOp
Function · 0.85
TestByteOp
Function · 0.85
opBenchmark
Function · 0.85
TestOpMstore
Function · 0.85
BenchmarkOpMstore
Function · 0.85
Calls
no outgoing calls
Tested by
6
TestStoreCapture
Function · 0.68
testTwoOperandOp
Function · 0.68
TestByteOp
Function · 0.68
opBenchmark
Function · 0.68
TestOpMstore
Function · 0.68
BenchmarkOpMstore
Function · 0.68