()
| 2158 | } |
| 2159 | |
| 2160 | func (m *Snapshot) GetIndex() uint64 { |
| 2161 | if m != nil { |
| 2162 | return m.Index |
| 2163 | } |
| 2164 | return 0 |
| 2165 | } |
| 2166 | |
| 2167 | func (m *Snapshot) GetReadTs() uint64 { |
| 2168 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected