MCPcopy
hub / github.com/Effect-TS/effect / onSigint

Function onSigint

packages/platform-node-shared/src/internal/runtime.ts:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 })
24
25 function onSigint() {
26 receivedSignal = true
27 process.removeListener("SIGINT", onSigint)
28 process.removeListener("SIGTERM", onSigint)
29 fiber.unsafeInterruptAsFork(fiber.id())
30 }
31
32 process.on("SIGINT", onSigint)
33 process.on("SIGTERM", onSigint)

Callers

nothing calls this directly

Calls 2

unsafeInterruptAsForkMethod · 0.65
idMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…