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

Method GetWorkspace

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

Source from the content-addressed store, hash-verified

195
196 // @returns workspace
197 GetWorkspace(workspaceId: string): Promise<Workspace> {
198 return callBackendService(this?.waveEnv, "workspace", "GetWorkspace", Array.from(arguments))
199 }
200 ListWorkspaces(): Promise<WorkspaceListEntry[]> {
201 return callBackendService(this?.waveEnv, "workspace", "ListWorkspaces", Array.from(arguments))
202 }

Callers 4

constructorMethod · 0.45
switchWorkspaceMethod · 0.45
createBrowserWindowFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected