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

Method GetReadTs

bitmap/pb.pb.go:2167–2172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2165}
2166
2167func (m *Snapshot) GetReadTs() uint64 {
2168 if m != nil {
2169 return m.ReadTs
2170 }
2171 return 0
2172}
2173
2174func (m *Snapshot) GetDone() bool {
2175 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected