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

Method update

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

Source from the content-addressed store, hash-verified

17impl Application for CounterApp {
18 fn init(&mut self) {}
19 fn update(&mut self) {}
20 fn render(&self, renderer: &mut Renderer) {
21 self.view.render(renderer);
22 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected