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

Function getWaveWindowById

emain/emain-window.ts:670–672  ·  view source on GitHub ↗
(windowId: string)

Source from the content-addressed store, hash-verified

668}
669
670export function getWaveWindowById(windowId: string): WaveBrowserWindow {
671 return waveWindowMap.get(windowId);
672}
673
674export function getWaveWindowByWorkspaceId(workspaceId: string): WaveBrowserWindow {
675 for (const waveWindow of waveWindowMap.values()) {

Callers 4

handle_focuswindowMethod · 0.90
tryEvictEntryFunction · 0.90
handleWSEventFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected