MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / writeStdout

Method writeStdout

src/utils/task/TaskOutput.ts:167–169  ·  view source on GitHub ↗

Write stdout data (pipe mode only — used by hooks).

(data: string)

Source from the content-addressed store, hash-verified

165
166 /** Write stdout data (pipe mode only — used by hooks). */
167 writeStdout(data: string): void {
168 this.#writeBuffered(data, false)
169 }
170
171 /** Write stderr data (always piped). */
172 writeStderr(data: string): void {

Callers 1

#dataHandlerMethod · 0.80

Calls 1

#writeBufferedMethod · 0.95

Tested by

no test coverage detected