MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetReadTs

Method GetReadTs

bitmap/pb.pb.go:610–615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

608}
609
610func (m *Query) GetReadTs() uint64 {
611 if m != nil {
612 return m.ReadTs
613 }
614 return 0
615}
616
617func (m *Query) GetCache() int32 {
618 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected