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

Struct TimeRange

protocol/bc/bc.pb.go:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595type TimeRange struct {
596 MinTimeMs uint64 `protobuf:"varint,1,opt,name=min_time_ms,json=minTimeMs" json:"min_time_ms,omitempty"`
597 MaxTimeMs uint64 `protobuf:"varint,2,opt,name=max_time_ms,json=maxTimeMs" json:"max_time_ms,omitempty"`
598 ExtHash *Hash `protobuf:"bytes,3,opt,name=ext_hash,json=extHash" json:"ext_hash,omitempty"`
599}
600
601func (m *TimeRange) Reset() { *m = TimeRange{} }
602func (m *TimeRange) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected