The range of transaction offsets contained in this commit.
(&self)
| 148 | |
| 149 | /// The range of transaction offsets contained in this commit. |
| 150 | pub fn tx_range(&self) -> Range<u64> { |
| 151 | self.min_tx_offset..self.min_tx_offset + self.n as u64 |
| 152 | } |
| 153 | |
| 154 | /// Length in bytes of this commit when written to the log via [`Self::write`]. |
| 155 | pub fn encoded_len(&self) -> usize { |
no outgoing calls
no test coverage detected