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

Method logTimeRange

protocol/txvm/log.go:39–41  ·  view source on GitHub ↗
(mintime, maxtime Int)

Source from the content-addressed store, hash-verified

37}
38
39func (vm *VM) logTimeRange(mintime, maxtime Int) {
40 vm.log(Bytes{TimerangeCode}, Bytes(vm.contract.seed), mintime, maxtime)
41}
42
43func (vm *VM) logOutput(snapshotID []byte) {
44 vm.log(Bytes{OutputCode}, Bytes(vm.caller), Bytes(snapshotID))

Callers 2

opNonceFunction · 0.80
opTimeRangeFunction · 0.80

Calls 2

logMethod · 0.95
BytesTypeAlias · 0.85

Tested by

no test coverage detected