()
| 1826 | } |
| 1827 | |
| 1828 | func (m *Tablet) GetReadOnly() bool { |
| 1829 | if m != nil { |
| 1830 | return m.ReadOnly |
| 1831 | } |
| 1832 | return false |
| 1833 | } |
| 1834 | |
| 1835 | func (m *Tablet) GetMoveTs() uint64 { |
| 1836 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected