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

Method GetWindow

frontend/app/store/services.ts:142–144  ·  view source on GitHub ↗
(windowId: string)

Source from the content-addressed store, hash-verified

140 return callBackendService(this?.waveEnv, "window", "CreateWindow", Array.from(arguments))
141 }
142 GetWindow(windowId: string): Promise<WaveWindow> {
143 return callBackendService(this?.waveEnv, "window", "GetWindow", Array.from(arguments))
144 }
145
146 // set window position and size
147 // @returns object updates

Callers 2

handle_focuswindowMethod · 0.45
relaunchBrowserWindowsFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected