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

Method GetTablets

bitmap/pb.pb.go:1226–1231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1224}
1225
1226func (m *Group) GetTablets() map[string]*Tablet {
1227 if m != nil {
1228 return m.Tablets
1229 }
1230 return nil
1231}
1232
1233func (m *Group) GetSnapshotTs() uint64 {
1234 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected