MCPcopy Index your code
hub / github.com/nodejs/node / test-util-convert-signal-to-exit-code.mjs

File test-util-convert-signal-to-exit-code.mjs

test/parallel/test-util-convert-signal-to-exit-code.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mustCall, mustNotCall, isWindows } from '../common/index.mjs';
2import assert from 'assert';
3import { convertProcessSignalToExitCode } from 'util';
4import { spawn } from 'child_process';

Callers

nothing calls this directly

Calls 7

spawnFunction · 0.90
mustCallFunction · 0.70
mustNotCallFunction · 0.70
forEachMethod · 0.65
SymbolFunction · 0.50
onMethod · 0.45

Tested by

no test coverage detected