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

Function innerOperation

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

Source from the content-addressed store, hash-verified

504
505 describe('rethrow pattern in catch blocks', () => {
506 async function innerOperation(): Promise<PromptResult<string>> {
507 return promptAborted('Inner abort')
508 }
509
510 async function middleOperation(): Promise<string> {
511 const result = await innerOperation()

Callers 1

middleOperationFunction · 0.85

Calls 1

promptAbortedFunction · 0.90

Tested by

no test coverage detected