Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
const
{ mustCall, mustNotCall } = require(
'../common'
);
4
const
assert = require(
'assert'
);
Callers
nothing calls this directly
Calls
9
kill
Method · 0.80
fork
Function · 0.70
mustCall
Function · 0.70
mustNotCall
Function · 0.70
abort
Method · 0.65
require
Function · 0.50
setTimeout
Function · 0.50
path
Method · 0.45
on
Method · 0.45
Tested by
no test coverage detected