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

Method DeleteWorkspace

frontend/app/store/services.ts:182–184  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

180
181 // @returns object updates
182 DeleteWorkspace(workspaceId: string): Promise<string> {
183 return callBackendService(this?.waveEnv, "workspace", "DeleteWorkspace", Array.from(arguments))
184 }
185
186 // @returns colors
187 GetColors(): Promise<string[]> {

Callers 1

emain-window.tsFile · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected