Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ opGT
Function
opGT
protocol/txvm/math.go:36–40 ·
view source on GitHub ↗
(vm *VM)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
opGT(vm *VM) {
37
b := vm.popInt()
38
a := vm.popInt()
39
vm.pushBool(a > b)
40
}
Callers
nothing calls this directly
Calls
2
popInt
Method · 0.80
pushBool
Method · 0.80
Tested by
no test coverage detected