Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _delete_workspace
Function
_delete_workspace
tests/integration/test_workspaces.py:40–41 ·
view source on GitHub ↗
(api_client, wid)
Source
from the content-addressed store, hash-verified
38
39
40
def
_delete_workspace(api_client, wid):
41
return
api_client.command(
"project.workspace.delete"
, {
"id"
: wid})
42
43
44
def
_rename_workspace(api_client, wid, title):
Callers
3
test_delete_workspace_removes_it
Function · 0.85
test_workspace_remove_in_auto_mode_is_rejected
Function · 0.85
test_user_deleted_auto_workspace_stays_deleted
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected