()
| 1514 | } |
| 1515 | |
| 1516 | func (m *MembershipState) GetMaxUID() uint64 { |
| 1517 | if m != nil { |
| 1518 | return m.MaxUID |
| 1519 | } |
| 1520 | return 0 |
| 1521 | } |
| 1522 | |
| 1523 | func (m *MembershipState) GetMaxTxnTs() uint64 { |
| 1524 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected