MCPcopy
hub / github.com/claude-code-best/claude-code / exit

Function exit

src/utils/handlePromptSubmit.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40import { runWithWorkload } from './workloadContext.js'
41
42function exit(): void {
43 gracefulShutdownSync(0)
44}
45
46type BaseExecutionParams = {
47 queuedCommands?: QueuedCommand[]

Callers 1

handlePromptSubmitFunction · 0.70

Calls 1

gracefulShutdownSyncFunction · 0.85

Tested by

no test coverage detected