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

Function opTimeRange

protocol/txvm/time.go:3–7  ·  view source on GitHub ↗
(vm *VM)

Source from the content-addressed store, hash-verified

1package txvm
2
3func opTimeRange(vm *VM) {
4 max := vm.popInt()
5 min := vm.popInt()
6 vm.logTimeRange(min, max)
7}

Callers

nothing calls this directly

Calls 2

popIntMethod · 0.80
logTimeRangeMethod · 0.80

Tested by

no test coverage detected