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

Method GetMaxUID

bitmap/pb.pb.go:1516–1521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1514}
1515
1516func (m *MembershipState) GetMaxUID() uint64 {
1517 if m != nil {
1518 return m.MaxUID
1519 }
1520 return 0
1521}
1522
1523func (m *MembershipState) GetMaxTxnTs() uint64 {
1524 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected