()
| 1388 | } |
| 1389 | |
| 1390 | func (m *ZeroProposal) GetMaxUID() uint64 { |
| 1391 | if m != nil { |
| 1392 | return m.MaxUID |
| 1393 | } |
| 1394 | return 0 |
| 1395 | } |
| 1396 | |
| 1397 | func (m *ZeroProposal) GetMaxTxnTs() uint64 { |
| 1398 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected