()
| 315 | * Use `isNative` to check if teammates are visible in native panes. |
| 316 | */ |
| 317 | export function getCachedDetectionResult(): BackendDetectionResult | null { |
| 318 | return cachedDetectionResult |
| 319 | } |
| 320 | |
| 321 | /** |
| 322 | * Records that spawn fell back to in-process mode because no pane backend |