Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
import
{ runWithWorkload } from
'./workloadContext.js'
41
42
function
exit(): void {
43
gracefulShutdownSync(0)
44
}
45
46
type
BaseExecutionParams = {
47
queuedCommands?: QueuedCommand[]
Callers
1
handlePromptSubmit
Function · 0.70
Calls
1
gracefulShutdownSync
Function · 0.85
Tested by
no test coverage detected