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

Function invalidate_static_canvas

src/plot_widget.rs:1372–1378  ·  view source on GitHub ↗
(widget: &PlotWidget)

Source from the content-addressed store, hash-verified

1370 match pick_state.request_hover(
1371 widget.instance_id,
1372 *cursor_position,
1373 *hover_radius_px,
1374 force_cpu_picking,
1375 points.as_ref(),
1376 series.as_ref(),
1377 camera,
1378 bounds,
1379 |pid| widget.valid_point_id(pid),
1380 ) {
1381 picking::HoverRequest::CpuHit(point) => {

Callers 1

applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected