MCPcopy 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
44func (self *ValueStack) Count() int {
45 return len(self.data)
46}
47
48func (self *ValueStack) Insert(index int64, t types.VmValue) error {
49 l := int64(len(self.data))

Callers 5

TestValueStack_CountFunction · 0.95
checkAltStackOpCodeNewFunction · 0.45
ExecuteOpMethod · 0.45
isContractParamValidFunction · 0.45
InvokeMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestValueStack_CountFunction · 0.76
checkAltStackOpCodeNewFunction · 0.36