Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ parent-process-nonpersistent.js
File
parent-process-nonpersistent.js
test/fixtures/parent-process-nonpersistent.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
2
const
spawn = require(
'child_process'
).spawn,
3
path = require(
'path'
),
4
childPath = path.join(__dirname,
'child-process-persistent.js'
);
Callers
nothing calls this directly
Calls
5
spawn
Function · 0.70
require
Function · 0.50
join
Method · 0.45
log
Method · 0.45
unref
Method · 0.45
Tested by
no test coverage detected