(&self)
| 167 | /// Get the commit identifier of this snapshot. |
| 168 | #[inline] |
| 169 | pub fn commit_identifier(&self) -> i64 { |
| 170 | self.commit_identifier |
| 171 | } |
| 172 | |
| 173 | /// Get the log offsets of this snapshot. |
| 174 | #[inline] |
no outgoing calls
no test coverage detected