The smallest transaction offset in this segment.
(&self)
| 191 | |
| 192 | /// The smallest transaction offset in this segment. |
| 193 | pub fn min_tx_offset(&self) -> u64 { |
| 194 | self.min_tx_offset |
| 195 | } |
| 196 | |
| 197 | /// The next transaction offset to be written if [`Self::commit`] was called. |
| 198 | pub fn next_tx_offset(&self) -> u64 { |
no outgoing calls
no test coverage detected