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

Method GetDone

bitmap/pb.pb.go:2573–2578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2571}
2572
2573func (m *KVS) GetDone() bool {
2574 if m != nil {
2575 return m.Done
2576 }
2577 return false
2578}
2579
2580func (m *KVS) GetPredicates() []string {
2581 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected