Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ Count
Method
Count
vm/neovm/value_stack.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(self *ValueStack) Count() int {
45
return
len(self.data)
46
}
47
48
func
(self *ValueStack) Insert(index int64, t types.VmValue) error {
49
l := int64(len(self.data))
Callers
5
TestValueStack_Count
Function · 0.95
checkAltStackOpCodeNew
Function · 0.45
ExecuteOp
Method · 0.45
isContractParamValid
Function · 0.45
Invoke
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestValueStack_Count
Function · 0.76
checkAltStackOpCodeNew
Function · 0.36