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

Method GetMaxAssigned

bitmap/pb.pb.go:1742–1747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1740}
1741
1742func (m *HealthInfo) GetMaxAssigned() uint64 {
1743 if m != nil {
1744 return m.MaxAssigned
1745 }
1746 return 0
1747}
1748
1749type Tablet struct {
1750 GroupId uint32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"groupId,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected