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

Function finalizeAfterError

cli/src/hooks/helpers/send-message.ts:373–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371
372 const output = runState.output
373 const finalizeAfterError = () => {
374 finalizeQueueState({
375 setStreamStatus,
376 setCanProcessQueue,
377 updateChainInProgress,
378 isProcessingQueueRef,
379 isQueuePausedRef,
380 })
381 timerController.stop('error')
382 }
383
384 if (!output) {
385 if (!wasAbortedByUser) {

Callers 1

handleRunCompletionFunction · 0.85

Calls 2

finalizeQueueStateFunction · 0.85
stopMethod · 0.80

Tested by

no test coverage detected