MCPcopy 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
30export function writeToStdout(data: string): void {
31 writeOut(process.stdout, data)
32}
33
34export function writeToStderr(data: string): void {
35 writeOut(process.stderr, data)

Callers 7

runHeadlessFunction · 0.85
updateFunction · 0.85
constructorMethod · 0.85
writeMethod · 0.85
writeMethod · 0.85
updatePluginCliFunction · 0.85

Calls 1

writeOutFunction · 0.85

Tested by

no test coverage detected