MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / _get_workspace

Function _get_workspace

tests/integration/test_workspaces.py:32–33  ·  view source on GitHub ↗
(api_client, wid)

Source from the content-addressed store, hash-verified

30
31
32def _get_workspace(api_client, wid):
33 return api_client.command("project.workspace.get", {"id": wid})
34
35
36def _add_workspace(api_client, title="Workspace"):

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected