Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
import
{ runWithWorkload } from
'./workloadContext.js'
34
35
function
exit(): void {
36
gracefulShutdownSync(0)
37
}
38
39
type
BaseExecutionParams = {
40
queuedCommands?: QueuedCommand[]
Callers
1
handlePromptSubmit
Function · 0.70
Calls
1
gracefulShutdownSync
Function · 0.85
Tested by
no test coverage detected