()
| 384 | * to await completion before restoring mocks. |
| 385 | */ |
| 386 | export function getPendingShutdownForTesting(): Promise<void> | undefined { |
| 387 | return pendingShutdown |
| 388 | } |
| 389 | |
| 390 | // Graceful shutdown function that drains the event loop |
| 391 | export async function gracefulShutdown( |
nothing calls this directly
no outgoing calls
no test coverage detected