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

Method CloseTab

frontend/app/store/services.ts:167–169  ·  view source on GitHub ↗
(workspaceId: string, tabId: string, fromElectron: boolean)

Source from the content-addressed store, hash-verified

165
166 // @returns CloseTabRtn (and object updates)
167 CloseTab(workspaceId: string, tabId: string, fromElectron: boolean): Promise<CloseTabRtnType> {
168 return callBackendService(this?.waveEnv, "workspace", "CloseTab", Array.from(arguments))
169 }
170
171 // @returns tabId (and object updates)
172 CreateTab(workspaceId: string, tabName: string, activateTab: boolean): Promise<string> {

Callers 1

processActionQueueMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected