Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ sync_depth
Method
sync_depth
src/elements/positioned.rs:164–167 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
162
}
163
164
pub fn sync_depth(&self) {
165
self.state.borrow_mut().depth_idx = 0.0;
166
self.apply_depth(self);
167
}
168
169
//getters/setters
170
Callers
1
bring_to_front
Method · 0.45
Calls
1
apply_depth
Method · 0.45
Tested by
no test coverage detected