MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / CanvasInvalidation

Class CanvasInvalidation

src/plot_widget.rs:1229–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227 fn is_fill_endpoint_available(&self, id: ShapeId) -> bool {
1228 self.series.contains_key(&id)
1229 || self.vlines.contains_key(&id)
1230 || self.hlines.contains_key(&id)
1231 }
1232
1233 fn shape_uses_axes_transform(&self, id: ShapeId) -> bool {
1234 self.series
1235 .get(&id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected