Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
func
(s *stack) Len() int {
79
return
len(*s)
80
}
81
82
func
opRoll(vm *VM) {
83
n := int64(vm.popInt())
Callers
6
compareStacks
Function · 0.45
opTuple
Function · 0.45
Trace
Function · 0.45
flush
Method · 0.45
deepValueEqual
Function · 0.45
isEmpty
Function · 0.45
Calls
no outgoing calls
Tested by
1
compareStacks
Function · 0.36