Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-child-process-fork-detached.js
File
test-child-process-fork-detached.js
test/parallel/test-child-process-fork-detached.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
require(
'../common'
);
3
const
assert = require(
'assert'
);
4
const
fork = require(
'child_process'
).fork;
Callers
nothing calls this directly
Calls
5
kill
Method · 0.80
fork
Function · 0.70
require
Function · 0.50
path
Method · 0.45
on
Method · 0.45
Tested by
no test coverage detected