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

Function stderr

test/parallel/test-snapshot-reproducible.js:31–38  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

29 },
30 {
31 stderr(output) {
32 const lines = output.split('\n');
33 for (const line of lines) {
34 if (line.startsWith('0x')) {
35 log(line);
36 }
37 }
38 },
39 }
40 );
41 const outputPath = tmpdir.resolve('snapshot.cc');

Callers

nothing calls this directly

Calls 2

logFunction · 0.70
splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…