()
| 306 | * Returns null if no backend has been detected yet. |
| 307 | */ |
| 308 | export function getCachedBackend(): PaneBackend | null { |
| 309 | return cachedBackend |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * Gets the cached backend detection result, if any. |
no outgoing calls
no test coverage detected