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

Function createSocket

lib/internal/child_process.js:335–337  ·  view source on GitHub ↗
(pipe, readable)

Source from the content-addressed store, hash-verified

333
334
335function createSocket(pipe, readable) {
336 return net.Socket({ handle: pipe, readable });
337}
338
339
340function getHandleWrapType(stream) {

Callers 1

child_process.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…