Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
335
function
createSocket(pipe, readable) {
336
return
net.Socket({ handle: pipe, readable });
337
}
338
339
340
function
getHandleWrapType(stream) {
Callers
1
child_process.js
File · 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…