* Gets the current lifecycle state of the WAL. * * @returns Current lifecycle state: 'active', 'finalized', or 'cleaned'
()
| 249 | * @returns Current lifecycle state: 'active', 'finalized', or 'cleaned' |
| 250 | */ |
| 251 | getState(): 'active' | 'finalized' | 'cleaned' { |
| 252 | return this.#state; |
| 253 | } |
| 254 | |
| 255 | /** |
| 256 | * Checks if the WAL has been finalized. |
no outgoing calls
no test coverage detected