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