* Gets the appropriate backend for the current environment. * detectAndGetBackend() caches internally — no need for a second cache here.
()
| 12 | * detectAndGetBackend() caches internally — no need for a second cache here. |
| 13 | */ |
| 14 | async function getBackend(): Promise<PaneBackend> { |
| 15 | return (await detectAndGetBackend()).backend |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Assigns a unique color to a teammate from the available palette. |
no test coverage detected