Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _customize_get
Function
_customize_get
tests/integration/test_workspaces.py:52–53 ·
view source on GitHub ↗
(api_client)
Source
from the content-addressed store, hash-verified
50
51
52
def
_customize_get(api_client):
53
return
api_client.command(
"project.workspace.getCustomizeMode"
)
54
55
56
def
_customize_set(api_client, enabled):
Callers
8
test_fresh_project_has_customize_off
Function · 0.85
test_customize_set_toggles_flag
Function · 0.85
test_add_workspace_auto_enables_customize
Function · 0.85
test_auto_generate_materialises_list
Function · 0.85
test_auto_generate_on_empty_project_is_noop
Function · 0.85
test_round_trip_auto_state_preserves_flag
Function · 0.85
test_round_trip_customized_state_preserves_list
Function · 0.85
test_unflagged_workspaces_array_is_ignored
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected