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

Function getOutput

test/common/debugger.js:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 function getOutput() {
39 return outputBuffer.join('\n').replaceAll('\b', '');
40 }
41
42 child.stdout.setEncoding('utf8');
43 child.stdout.on('data', bufferOutput);

Callers 3

checkOutputFunction · 0.85
outputFunction · 0.85
parseSourceLinesFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…