Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
_get_workspace(api_client, wid):
33
return
api_client.command(
"project.workspace.get"
, {
"id"
: wid})
34
35
36
def
_add_workspace(api_client, title=
"Workspace"
):
Callers
7
test_rename_workspace_applies
Function · 0.85
test_get_missing_workspace_errors
Function · 0.85
test_widget_add_and_get
Function · 0.85
test_widget_remove_takes_triple_key
Function · 0.85
test_group_delete_preserves_ref_unique_id
Function · 0.85
test_group_delete_shifts_ref_relative_index
Function · 0.85
test_group_delete_drops_refs_pointing_at_deleted
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected