Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StrataWM/strata
/ add_output
Method
add_output
src/workspaces.rs:213–215 ·
view source on GitHub ↗
(&mut self, output: Output)
Source
from the content-addressed store, hash-verified
211
}
212
213
pub fn add_output(&mut self, output: Output) {
214
self.outputs.push(output);
215
}
216
217
pub fn remove_output(&mut self, output: &Output) {
218
self.outputs.retain(|o| o != output);
Callers
1
init_winit
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected