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

Function isShuttingDown

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

Source from the content-addressed store, hash-verified

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

Callers 2

persistToRemoteMethod · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected