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

Method sync_depth

src/elements/align.rs:135–138  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn sync_depth(&self) {
136 self.state.borrow_mut().depth_idx = 0.0;
137 self.apply_depth(self);
138 }
139
140 //getters/setters
141

Callers 1

bring_to_frontMethod · 0.45

Calls 1

apply_depthMethod · 0.45

Tested by

no test coverage detected