MCPcopy
hub / github.com/claude-code-best/claude-code / getStderr

Method getStderr

src/utils/task/TaskOutput.ts:329–334  ·  view source on GitHub ↗

Sync getter for ExecResult.stderr

()

Source from the content-addressed store, hash-verified

327
328 /** Sync getter for ExecResult.stderr */
329 getStderr(): string {
330 if (this.#disk) {
331 return ''
332 }
333 return this.#stderrBuffer
334 }
335
336 get isOverflowed(): boolean {
337 return this.#disk !== null

Callers 6

getTaskOutputDataFunction · 0.80
executeInBackgroundFunction · 0.80
#handleExitMethod · 0.80
registerPendingAsyncHookFunction · 0.80
finalizeHookFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected