(&self)
| 148 | } |
| 149 | |
| 150 | pub fn total_operations(&self) -> u32 { |
| 151 | self.total_operations.load(Ordering::Relaxed) |
| 152 | } |
| 153 | |
| 154 | pub fn flush(self, root_path: &Path, version: VersionNumber) -> Result<(), BufIoError> { |
| 155 | let cursor = self.bufman.open_cursor()?; |
no test coverage detected