MCPcopy Create free account
hub / github.com/StrataWM/strata / Workspace

Class Workspace

src/workspaces.rs:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51pub struct Workspace {
52 pub windows: Vec<Rc<RefCell<StrataWindow>>>,
53 pub outputs: Vec<Output>,
54 pub layout_tree: Dwindle,
55}
56
57pub struct Workspaces {
58 pub workspaces: Vec<Workspace>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected