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

Method UpdateWorkspace

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

Source from the content-addressed store, hash-verified

208
209 // @returns object updates
210 UpdateWorkspace(workspaceId: string, name: string, icon: string, color: string, applyDefaults: boolean): Promise<void> {
211 return callBackendService(this?.waveEnv, "workspace", "UpdateWorkspace", Array.from(arguments))
212 }
213}
214
215export const WorkspaceService = new WorkspaceServiceType();

Callers 2

saveWorkspaceFunction · 0.45
WorkspaceSwitcherItemFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected