MCPcopy
hub / github.com/dgraph-io/dgraph / GetTablets

Method GetTablets

protos/pb/pb.pb.go:1498–1503  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1496}
1497
1498func (x *Group) GetTablets() map[string]*Tablet {
1499 if x != nil {
1500 return x.Tablets
1501 }
1502 return nil
1503}
1504
1505func (x *Group) GetSnapshotTs() uint64 {
1506 if x != nil {

Callers 4

filterTabletsFunction · 0.45
regenerateChecksumMethod · 0.45
printBasicFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected