Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-child-process-fork-url.mjs
File
test-child-process-fork-url.mjs
test/parallel/test-child-process-fork-url.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mustCall } from
'../common/index.mjs'
;
2
import
{ fork } from
'child_process'
;
3
4
if
(process.argv[2] ===
'child'
) {
Callers
nothing calls this directly
Calls
5
fork
Function · 0.90
mustCall
Function · 0.70
disconnect
Method · 0.65
on
Method · 0.45
once
Method · 0.45
Tested by
no test coverage detected