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

Method set_id_map

src/picking.rs:527–529  ·  view source on GitHub ↗
(&mut self, map: Vec<(u32, u32)>)

Source from the content-addressed store, hash-verified

525 }
526
527 pub(crate) fn set_id_map(&mut self, map: Vec<(u32, u32)>) {
528 self.id_map = map;
529 }
530
531 fn poll_pending(&mut self, device: &Device, points: &[Point], series: &[SeriesSpan]) {
532 let Some(pending) = self.pending.as_ref() else {

Callers 1

rebuild_markersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected