(&mut self)
| 325 | } |
| 326 | |
| 327 | fn reset(&mut self) { |
| 328 | self.candidate_byte_offset = 0; |
| 329 | self.candidate_min_tx_offset = TxOffset::default(); |
| 330 | self.bytes_since_last_index = 0; |
| 331 | } |
| 332 | |
| 333 | /// Either append to index or save offsets to append at future fsync |
| 334 | pub fn append_after_commit( |
no outgoing calls
no test coverage detected