()
| 2172 | } |
| 2173 | |
| 2174 | func (m *Snapshot) GetDone() bool { |
| 2175 | if m != nil { |
| 2176 | return m.Done |
| 2177 | } |
| 2178 | return false |
| 2179 | } |
| 2180 | |
| 2181 | func (m *Snapshot) GetSinceTs() uint64 { |
| 2182 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected