()
| 1812 | } |
| 1813 | |
| 1814 | func (m *Tablet) GetOnDiskBytes() int64 { |
| 1815 | if m != nil { |
| 1816 | return m.OnDiskBytes |
| 1817 | } |
| 1818 | return 0 |
| 1819 | } |
| 1820 | |
| 1821 | func (m *Tablet) GetRemove() bool { |
| 1822 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected