MCPcopy Create free account
hub / github.com/OpenHands/OpenHands /

Class

src/api/workspaces-service/workspaces-service.api.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41class WorkspacesService {
42 static async listWorkspaces(): Promise<WorkspacesListResponse> {
43 return toLocalWorkspacesResponse(await client().listWorkspaces());
44 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected