* Checks if the WAL has been finalized. * * @returns true if WAL is in 'finalized' state, false otherwise
()
| 258 | * @returns true if WAL is in 'finalized' state, false otherwise |
| 259 | */ |
| 260 | isFinalized(): boolean { |
| 261 | return this.#state === 'finalized'; |
| 262 | } |
| 263 | |
| 264 | /** |
| 265 | * Checks if the WAL has been cleaned. |
no outgoing calls
no test coverage detected