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/row.rs:193–196 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
191
}
192
193
pub fn sync_depth(&self) {
194
self.state.borrow_mut().depth_idx = 0.0;
195
self.apply_depth(self);
196
}
197
198
//getters/setters
199
Callers
3
add
Method · 0.45
remove
Method · 0.45
bring_to_front
Method · 0.45
Calls
1
apply_depth
Method · 0.45
Tested by
no test coverage detected