Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/codeaashu/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
7
MCPServerDesktopImportDialog
Function · 0.85
runHeadless
Function · 0.85
update
Function · 0.85
constructor
Method · 0.85
write
Method · 0.85
write
Method · 0.85
updatePluginCli
Function · 0.85
Calls
1
writeOut
Function · 0.85
Tested by
no test coverage detected