()
| 1819 | } |
| 1820 | |
| 1821 | func (m *Tablet) GetRemove() bool { |
| 1822 | if m != nil { |
| 1823 | return m.Remove |
| 1824 | } |
| 1825 | return false |
| 1826 | } |
| 1827 | |
| 1828 | func (m *Tablet) GetReadOnly() bool { |
| 1829 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected