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

Class MyChart

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

Source from the content-addressed store, hash-verified

49}
50
51struct MyChart {
52 pitch: usize,
53 last: std::time::Instant,
54}
55
56impl MyChart {
57 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected