MCPcopy Index your code
hub / github.com/nodejs/node / onSpawnNT

Function onSpawnNT

lib/internal/child_process.js:528–530  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

526
527
528function onSpawnNT(self) {
529 self.emit('spawn');
530}
531
532
533ChildProcess.prototype.kill = function kill(sig) {

Callers

nothing calls this directly

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…