Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
impl Default for Workspace {
261
fn default() -> Self {
262
Self::new()
263
}
264
}
265
266
impl Workspaces {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected