The next transaction offset to be written if [`Self::commit`] was called.
(&self)
| 196 | |
| 197 | /// The next transaction offset to be written if [`Self::commit`] was called. |
| 198 | pub fn next_tx_offset(&self) -> u64 { |
| 199 | self.commit.min_tx_offset |
| 200 | } |
| 201 | |
| 202 | /// `true` if the segment contains no commits. |
| 203 | /// |
no outgoing calls
no test coverage detected