| 11 | use std::rc::Rc; |
| 12 | |
| 13 | struct MainViewer { |
| 14 | figure: Entity<PlottersDrawAreaViewer>, |
| 15 | } |
| 16 | |
| 17 | impl MainViewer { |
| 18 | fn new(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected