Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
528
function
onSpawnNT(self) {
529
self.emit(
'spawn'
);
530
}
531
532
533
ChildProcess.prototype.kill =
function
kill(sig) {
Callers
nothing calls this directly
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…