Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StrataWM/strata
/ outputs
Method
outputs
src/workspaces.rs:209–211 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
207
}
208
209
pub fn outputs(&self) -> impl Iterator<Item = &Output> {
210
self.outputs.iter()
211
}
212
213
pub fn add_output(&mut self, output: Output) {
214
self.outputs.push(output);
Callers
9
refresh_geometry
Function · 0.80
surface_under
Method · 0.80
winit_update
Method · 0.80
clamp_coords
Method · 0.80
render_elements
Method · 0.80
handle_commit
Function · 0.80
pointer_motion_absolute
Method · 0.80
new_layer_surface
Method · 0.80
layer_destroyed
Method · 0.80
Calls
1
iter
Method · 0.80
Tested by
no test coverage detected