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

Method remove_output

src/workspaces.rs:217–219  ·  view source on GitHub ↗
(&mut self, output: &Output)

Source from the content-addressed store, hash-verified

215 }
216
217 pub fn remove_output(&mut self, output: &Output) {
218 self.outputs.retain(|o| o != output);
219 }
220
221 pub fn output_geometry(&self, o: &Output) -> Option<Rectangle<i32, Logical>> {
222 if !self.outputs.contains(o) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected