MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / isErrorOutput

Function isErrorOutput

cli/src/utils/implementor-helpers.ts:368–371  ·  view source on GitHub ↗
(output: string)

Source from the content-addressed store, hash-verified

366}
367
368function isErrorOutput(output: string): boolean {
369 const trimmedOutput = output.trim()
370 return trimmedOutput.startsWith('Error:') || trimmedOutput.startsWith('Failed ')
371}
372
373/**
374 * Construct a simple diff view from str_replace replacements.

Callers 1

hasFailedEditOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected