MCPcopy 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
2const 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

spawnFunction · 0.70
requireFunction · 0.50
joinMethod · 0.45
logMethod · 0.45
unrefMethod · 0.45

Tested by

no test coverage detected