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

Method sync_depth

src/elements/custom_scroll_view.rs:205–208  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

203 }
204
205 pub fn sync_depth(&self) {
206 self.state.borrow_mut().depth_idx = 0.0;
207 self.apply_depth(self);
208 }
209
210 //getters/setters
211

Callers 1

bring_to_frontMethod · 0.45

Calls 1

apply_depthMethod · 0.45

Tested by

no test coverage detected