| 20 | } |
| 21 | |
| 22 | struct MainViewer { |
| 23 | figure: Entity<PlottersDrawAreaViewer>, |
| 24 | } |
| 25 | |
| 26 | impl MainViewer { |
| 27 | fn new(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected