MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / state

Method state

src/plot_overlay.rs:164–166  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

162 }
163
164 fn state(&self) -> tree::State {
165 self.content.as_widget().state()
166 }
167
168 fn children(&self) -> Vec<Tree> {
169 self.content.as_widget().children()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected