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

Method GetDone

bitmap/pb.pb.go:2174–2179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2172}
2173
2174func (m *Snapshot) GetDone() bool {
2175 if m != nil {
2176 return m.Done
2177 }
2178 return false
2179}
2180
2181func (m *Snapshot) GetSinceTs() uint64 {
2182 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected