MCPcopy
hub / github.com/wavetermdev/waveterm / getAllWaveWindows

Function getAllWaveWindows

emain/emain-window.ts:682–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 7

makeFullAppMenuFunction · 0.90
statusMethod · 0.90
promptToInstallUpdateMethod · 0.90
emain.tsFile · 0.90
appMainFunction · 0.90
createNewWaveWindowFunction · 0.85
relaunchBrowserWindowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected