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

Function hasErrorMessage

cli/src/utils/implementor-helpers.ts:309–311  ·  view source on GitHub ↗
(value: Record<string, unknown>)

Source from the content-addressed store, hash-verified

307}
308
309function hasErrorMessage(value: Record<string, unknown>): boolean {
310 return Boolean(value.errorMessage || (value.value as any)?.errorMessage)
311}
312
313function hasFailedEditOutput(params: {
314 outputStr: string

Callers 2

extractDiffFunction · 0.85
isFailedEditToolBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected