Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ child4
Function
child4
test/sequential/test-stream2-stderr-sync.js:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
function
child4() {
84
process.stderr.write(
'child 4\nfoo\nbar\nbaz\n'
);
85
}
86
87
const
children = [ child0, child1, child2, child3, child4 ];
88
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…