()
| 365 | |
| 366 | /** Check if graceful shutdown is in progress */ |
| 367 | export function isShuttingDown(): boolean { |
| 368 | return shutdownInProgress |
| 369 | } |
| 370 | |
| 371 | /** Reset shutdown state - only for use in tests */ |
| 372 | export function resetShutdownState(): void { |
no outgoing calls
no test coverage detected