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

Method SwitchWorkspace

frontend/app/store/services.ts:151–153  ·  view source on GitHub ↗
(windowId: string, workspaceId: string)

Source from the content-addressed store, hash-verified

149 return callBackendService(this?.waveEnv, "window", "SetWindowPosAndSize", Array.from(arguments))
150 }
151 SwitchWorkspace(windowId: string, workspaceId: string): Promise<Workspace> {
152 return callBackendService(this?.waveEnv, "window", "SwitchWorkspace", Array.from(arguments))
153 }
154}
155
156export const WindowService = new WindowServiceType();

Callers 1

processActionQueueMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected