Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ children
Method
children
src/plot_overlay.rs:168–170 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
166
}
167
168
fn children(&self) -> Vec<Tree> {
169
self.content.as_widget().children()
170
}
171
172
fn diff(&self, tree: &mut Tree) {
173
self.content.as_widget().diff(tree);
Callers
5
operate
Method · 0.80
update
Method · 0.80
mouse_interaction
Method · 0.80
draw
Method · 0.80
overlay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected