Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ writeToStdout
Function
writeToStdout
source code/utils/process.ts:30–32 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
28
}
29
30
export
function
writeToStdout(data: string): void {
31
writeOut(process.stdout, data)
32
}
33
34
export
function
writeToStderr(data: string): void {
35
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