MCPcopy 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
36func opGT(vm *VM) {
37 b := vm.popInt()
38 a := vm.popInt()
39 vm.pushBool(a > b)
40}

Callers

nothing calls this directly

Calls 2

popIntMethod · 0.80
pushBoolMethod · 0.80

Tested by

no test coverage detected