()
| 2165 | } |
| 2166 | |
| 2167 | func (m *Snapshot) GetReadTs() uint64 { |
| 2168 | if m != nil { |
| 2169 | return m.ReadTs |
| 2170 | } |
| 2171 | return 0 |
| 2172 | } |
| 2173 | |
| 2174 | func (m *Snapshot) GetDone() bool { |
| 2175 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected