* Checks if the WAL has been cleaned. * * @returns true if WAL is in 'cleaned' state, false otherwise
()
| 267 | * @returns true if WAL is in 'cleaned' state, false otherwise |
| 268 | */ |
| 269 | isCleaned(): boolean { |
| 270 | return this.#state === 'cleaned'; |
| 271 | } |
| 272 | |
| 273 | /** |
| 274 | * Generates a filename for a shard file using a shard ID. |
no outgoing calls
no test coverage detected