Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ writeToStdout
Function
writeToStdout
src/utils/process.ts:28–30 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
26
}
27
28
export
function
writeToStdout(data: string): void {
29
writeOut(process.stdout, data)
30
}
31
32
export
function
writeToStderr(data: string): void {
33
writeOut(process.stderr, data)
Callers
6
MCPServerDesktopImportDialog
Function · 0.50
runHeadless
Function · 0.50
updateCCB
Function · 0.50
constructor
Method · 0.50
write
Method · 0.50
write
Method · 0.50
Calls
1
writeOut
Function · 0.85
Tested by
no test coverage detected