MCPcopy Create free account
hub / github.com/nodejs/node / test-child-process-fork-abort-signal.js

File test-child-process-fork-abort-signal.js

test/parallel/test-child-process-fork-abort-signal.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3const { mustCall, mustNotCall } = require('../common');
4const assert = require('assert');

Callers

nothing calls this directly

Calls 9

killMethod · 0.80
forkFunction · 0.70
mustCallFunction · 0.70
mustNotCallFunction · 0.70
abortMethod · 0.65
requireFunction · 0.50
setTimeoutFunction · 0.50
pathMethod · 0.45
onMethod · 0.45

Tested by

no test coverage detected