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

Function child1

test/sequential/test-stream2-stderr-sync.js:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56// Using process.stderr
57function child1() {
58 process.stderr.write('child 1\n');
59 process.stderr.write('foo\n');
60 process.stderr.write('bar\n');
61 process.stderr.write('baz\n');
62}
63
64// using a net socket
65function child2() {

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…