MCPcopy 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_geometryFunction · 0.80
surface_underMethod · 0.80
winit_updateMethod · 0.80
clamp_coordsMethod · 0.80
render_elementsMethod · 0.80
handle_commitFunction · 0.80
new_layer_surfaceMethod · 0.80
layer_destroyedMethod · 0.80

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected