MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / CloseWindow

Method CloseWindow

frontend/app/store/services.ts:136–138  ·  view source on GitHub ↗
(windowId: string, fromElectron: boolean)

Source from the content-addressed store, hash-verified

134 }
135
136 CloseWindow(windowId: string, fromElectron: boolean): Promise<void> {
137 return callBackendService(this?.waveEnv, "window", "CloseWindow", Array.from(arguments))
138 }
139 CreateWindow(winSize: WinSize, workspaceId: string): Promise<WaveWindow> {
140 return callBackendService(this?.waveEnv, "window", "CreateWindow", Array.from(arguments))
141 }

Callers 3

constructorMethod · 0.45
createBrowserWindowFunction · 0.45
relaunchBrowserWindowsFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected