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

Method CreateTab

frontend/app/store/services.ts:172–174  ·  view source on GitHub ↗
(workspaceId: string, tabName: string, activateTab: boolean)

Source from the content-addressed store, hash-verified

170
171 // @returns tabId (and object updates)
172 CreateTab(workspaceId: string, tabName: string, activateTab: boolean): Promise<string> {
173 return callBackendService(this?.waveEnv, "workspace", "CreateTab", Array.from(arguments))
174 }
175
176 // @returns workspaceId
177 CreateWorkspace(name: string, icon: string, color: string, applyDefaults: boolean): Promise<string> {

Callers 1

processActionQueueMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected