Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
txvm
2
3
func
opTimeRange(vm *VM) {
4
max := vm.popInt()
5
min := vm.popInt()
6
vm.logTimeRange(min, max)
7
}
Callers
nothing calls this directly
Calls
2
popInt
Method · 0.80
logTimeRange
Method · 0.80
Tested by
no test coverage detected