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

Function _add_workspace

tests/integration/test_workspaces.py:36–37  ·  view source on GitHub ↗
(api_client, title="Workspace")

Source from the content-addressed store, hash-verified

34
35
36def _add_workspace(api_client, title="Workspace"):
37 return api_client.command("project.workspace.add", {"title": title})
38
39
40def _delete_workspace(api_client, wid):

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected