Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ onSigint
Function
onSigint
apps/cli/src/commands/cli/list.ts:245–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
const
onSigint = () => void shutdown(130)
246
const
onSigterm = () => void shutdown(143)
247
248
process.on(
"SIGINT"
, onSigint)
Callers
nothing calls this directly
Calls
1
shutdown
Function · 0.70
Tested by
no test coverage detected