Truncates the WAL file.
(&self)
| 201 | |
| 202 | /// Truncates the WAL file. |
| 203 | pub(crate) async fn wal_checkpoint(&self) -> Result<WalCheckpointStats> { |
| 204 | wal_checkpoint::wal_checkpoint(self).await |
| 205 | } |
| 206 | } |
nothing calls this directly
no test coverage detected