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

Function middleOperation

common/src/util/__tests__/error-abort.test.ts:510–513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

508 }
509
510 async function middleOperation(): Promise<string> {
511 const result = await innerOperation()
512 return unwrapPromptResult(result)
513 }
514
515 async function outerOperationBad(): Promise<string> {
516 try {

Callers 2

outerOperationBadFunction · 0.85
outerOperationGoodFunction · 0.85

Calls 2

unwrapPromptResultFunction · 0.90
innerOperationFunction · 0.85

Tested by

no test coverage detected