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

Method CreateWorkspace

frontend/app/store/services.ts:177–179  ·  view source on GitHub ↗
(name: string, icon: string, color: string, applyDefaults: boolean)

Source from the content-addressed store, hash-verified

175
176 // @returns workspaceId
177 CreateWorkspace(name: string, icon: string, color: string, applyDefaults: boolean): Promise<string> {
178 return callBackendService(this?.waveEnv, "workspace", "CreateWorkspace", Array.from(arguments))
179 }
180
181 // @returns object updates
182 DeleteWorkspace(workspaceId: string): Promise<string> {

Callers 1

createWorkspaceFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected