MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPendingShutdownForTesting

Function getPendingShutdownForTesting

src/utils/gracefulShutdown.ts:386–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected