All snapshots sorted by end_lsn.
(&self)
| 183 | |
| 184 | /// All snapshots sorted by end_lsn. |
| 185 | pub fn all(&self) -> &[SnapshotMeta] { |
| 186 | &self.snapshots |
| 187 | } |
| 188 | |
| 189 | /// Emit a snapshot begin marker with the current LSN boundary. |
| 190 | /// |
no outgoing calls