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

Function closePendingHandle

lib/internal/child_process.js:349–352  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

347}
348
349function closePendingHandle(target) {
350 target._pendingMessage.handle.close();
351 target._pendingMessage = null;
352}
353
354
355ChildProcess.prototype.spawn = function spawn(options) {

Callers 1

setupChannelFunction · 0.85

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…