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

Method default

src/workspaces.rs:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259
260impl Default for Workspace {
261 fn default() -> Self {
262 Self::new()
263 }
264}
265
266impl Workspaces {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected