MCPcopy 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
83function child4() {
84 process.stderr.write('child 4\nfoo\nbar\nbaz\n');
85}
86
87const children = [ child0, child1, child2, child3, child4 ];
88

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…