MCPcopy Create free account
hub / github.com/IIIIQIIII/claude-code / exit

Function exit

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

Source from the content-addressed store, hash-verified

33import { runWithWorkload } from './workloadContext.js'
34
35function exit(): void {
36 gracefulShutdownSync(0)
37}
38
39type BaseExecutionParams = {
40 queuedCommands?: QueuedCommand[]

Callers 1

handlePromptSubmitFunction · 0.70

Calls 1

gracefulShutdownSyncFunction · 0.85

Tested by

no test coverage detected