MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / onSigint

Function onSigint

apps/cli/src/commands/cli/run.ts:411–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 }
410
411 const onSigint = () => {
412 void shutdown("SIGINT", 130)
413 }
414
415 const onSigterm = () => {
416 void shutdown("SIGTERM", 143)

Callers

nothing calls this directly

Calls 1

shutdownFunction · 0.70

Tested by

no test coverage detected