MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / update

Method update

examples/src/basic_app.rs:23–23  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

21 }
22
23 fn update(&mut self) {}
24
25 fn render(&self, renderer: &mut Renderer) {
26 self.main_view.render(renderer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected