()
| 680 | } |
| 681 | |
| 682 | export function getAllWaveWindows(): WaveBrowserWindow[] { |
| 683 | return Array.from(waveWindowMap.values()); |
| 684 | } |
| 685 | |
| 686 | export async function createWindowForWorkspace(workspaceId: string) { |
| 687 | const newWin = await WindowService.CreateWindow(null, workspaceId); |
no outgoing calls
no test coverage detected