()
| 324 | * spawns short-circuit to in-process (the environment won't change mid-session). |
| 325 | */ |
| 326 | export function markInProcessFallback(): void { |
| 327 | logForDebugging('[BackendRegistry] Marking in-process fallback as active') |
| 328 | inProcessFallbackActive = true |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * Gets the teammate mode for this session. |
no test coverage detected