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

Function markFreebuffSessionSuperseded

cli/src/hooks/use-freebuff-session.ts:369–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367}
368
369export function markFreebuffSessionSuperseded(): void {
370 if (!IS_FREEBUFF) return
371 controller?.abort()
372 controller?.apply({ status: 'superseded' })
373}
374
375/** Flip into the terminal `country_blocked` state from outside the poll loop.
376 * Used when the chat-completions gate rejects on country even though the

Callers 1

handleFreebuffGateErrorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected