Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
checkOutput
Function · 0.85
output
Function · 0.85
parseSourceLines
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…