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