()
| 455 | * Used for testing to allow re-detection. |
| 456 | */ |
| 457 | export function resetBackendDetection(): void { |
| 458 | cachedBackend = null |
| 459 | cachedDetectionResult = null |
| 460 | cachedInProcessBackend = null |
| 461 | cachedPaneBackendExecutor = null |
| 462 | backendsRegistered = false |
| 463 | inProcessFallbackActive = false |
| 464 | } |
| 465 |
no outgoing calls
no test coverage detected