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

Method sync_depth

src/elements/navigation_toolbar.rs:303–306  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

301 }
302
303 pub fn sync_depth(&self) {
304 self.state.borrow_mut().depth_idx = 0.0;
305 self.apply_depth(self);
306 }
307
308 //getters/setters
309

Callers 1

bring_to_frontMethod · 0.45

Calls 1

apply_depthMethod · 0.45

Tested by

no test coverage detected