Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-esm-child-process-fork-main.mjs
File
test-esm-child-process-fork-main.mjs
test/es-module/test-esm-child-process-fork-main.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
'../common/index.mjs'
;
2
import
assert from
'assert'
;
3
import
{ fork } from
'child_process'
;
4
import
{ once } from
'events'
;
Callers
nothing calls this directly
Calls
6
fileURLToPath
Function · 0.90
fork
Function · 0.90
once
Function · 0.90
send
Method · 0.65
disconnect
Method · 0.65
on
Method · 0.45
Tested by
no test coverage detected