MCPcopy Create free account
hub / github.com/JakkuSakura/plotters-gpui / MainViewer

Class MainViewer

examples/3d-plot2.rs:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22struct MainViewer {
23 figure: Entity<PlottersDrawAreaViewer>,
24}
25
26impl MainViewer {
27 fn new(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected