MCPcopy Create free account
hub / github.com/chain/txvm / Len

Method Len

protocol/txvm/stack.go:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (s *stack) Len() int {
79 return len(*s)
80}
81
82func opRoll(vm *VM) {
83 n := int64(vm.popInt())

Callers 6

compareStacksFunction · 0.45
opTupleFunction · 0.45
TraceFunction · 0.45
flushMethod · 0.45
deepValueEqualFunction · 0.45
isEmptyFunction · 0.45

Calls

no outgoing calls

Tested by 1

compareStacksFunction · 0.36