MCPcopy
hub / github.com/vogler/free-games-claimer / sigint-enquirer-raw.js

File sigint-enquirer-raw.js

test/sigint-enquirer-raw.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// https://github.com/enquirer/enquirer/issues/372
2import { prompt } from '../src/util.js';
3
4const handleSIGINT = () => process.on('SIGINT', () => { // e.g. when killed by Ctrl-C

Callers

nothing calls this directly

Calls 3

promptFunction · 0.90
onRawSIGINTFunction · 0.85
handleSIGINTFunction · 0.70

Tested by

no test coverage detected