| 26 | } |
| 27 | |
| 28 | struct App { |
| 29 | series_id: ShapeId, |
| 30 | widget: PlotWidget, |
| 31 | x: f64, |
| 32 | last_tick: std::time::Instant, |
| 33 | } |
| 34 | |
| 35 | impl App { |
| 36 | fn update(&mut self, message: Message, now: std::time::Instant) { |
nothing calls this directly
no outgoing calls
no test coverage detected