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

Method SetActiveTab

frontend/app/store/services.ts:205–207  ·  view source on GitHub ↗
(workspaceId: string, tabId: string)

Source from the content-addressed store, hash-verified

203
204 // @returns object updates
205 SetActiveTab(workspaceId: string, tabId: string): Promise<void> {
206 return callBackendService(this?.waveEnv, "workspace", "SetActiveTab", Array.from(arguments))
207 }
208
209 // @returns object updates
210 UpdateWorkspace(workspaceId: string, name: string, icon: string, color: string, applyDefaults: boolean): Promise<void> {

Callers 1

processActionQueueMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected