Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/debuggyo/Exo
/ DummyWorkspace
Class
DummyWorkspace
ignis/modules/bar/widgets/workspaces.py:17–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
class
DummyWorkspace:
18
def
__init__(self, id: int):
19
self.id = id
20
self.idx = id
21
22
def
switch_to(self):
23
if
SERVICE:
24
SERVICE.switch_to_workspace(self.id)
25
26
27
def
get_active_workspace():
Callers
1
update_workspaces
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected