MCPcopy Index your code
hub / github.com/codeaashu/claude-code / writeStderr

Method writeStderr

src/utils/task/TaskOutput.ts:172–174  ·  view source on GitHub ↗

Write stderr data (always piped).

(data: string)

Source from the content-addressed store, hash-verified

170
171 /** Write stderr data (always piped). */
172 writeStderr(data: string): void {
173 this.#writeBuffered(data, true)
174 }
175
176 #writeBuffered(data: string, isStderr: boolean): void {
177 this.#totalBytes += data.length

Callers 1

#dataHandlerMethod · 0.80

Calls 1

#writeBufferedMethod · 0.95

Tested by

no test coverage detected