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

Method GetMaxUID

bitmap/pb.pb.go:1390–1395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1388}
1389
1390func (m *ZeroProposal) GetMaxUID() uint64 {
1391 if m != nil {
1392 return m.MaxUID
1393 }
1394 return 0
1395}
1396
1397func (m *ZeroProposal) GetMaxTxnTs() uint64 {
1398 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected