MCPcopy Index your code
hub / github.com/chain/Core / opLessThan

Function opLessThan

protocol/vm/numeric.go:356–358  ·  view source on GitHub ↗
(vm *virtualMachine)

Source from the content-addressed store, hash-verified

354}
355
356func opLessThan(vm *virtualMachine) error {
357 return doNumCompare(vm, cmpLess)
358}
359
360func opGreaterThan(vm *virtualMachine) error {
361 return doNumCompare(vm, cmpGreater)

Callers

nothing calls this directly

Calls 1

doNumCompareFunction · 0.85

Tested by

no test coverage detected