()
| 367 | } |
| 368 | |
| 369 | export 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 |
no outgoing calls
no test coverage detected