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

Method iter

src/workspaces.rs:278–280  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

276 }
277
278 pub fn iter(&mut self) -> impl Iterator<Item = &mut Workspace> {
279 self.workspaces.iter_mut()
280 }
281
282 pub fn current_mut(&mut self) -> &mut Workspace {
283 &mut self.workspaces[self.current as usize]

Callers 10

config_deriveFunction · 0.80
windowsMethod · 0.80
strata_windowsMethod · 0.80
outputsMethod · 0.80
window_underMethod · 0.80
contains_windowMethod · 0.80
all_windowsMethod · 0.80
init_winitFunction · 0.80
new_layer_surfaceMethod · 0.80
layer_destroyedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected