MCPcopy Create free account
hub / github.com/angular-rust/ux-components / sync_depth

Method sync_depth

src/elements/material_app.rs:171–174  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

169 }
170
171 pub fn sync_depth(&self) {
172 self.state.borrow_mut().depth_idx = 0.0;
173 self.apply_depth(self);
174 }
175
176 //getters/setters
177

Callers 1

bring_to_frontMethod · 0.45

Calls 1

apply_depthMethod · 0.45

Tested by

no test coverage detected