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

Method all

src/plot_widget.rs:1243–1246  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1241 .and_then(|vline| vline.transform.as_ref())
1242 .is_some_and(|transform| transform.uses_axes_coordinates())
1243 || self
1244 .hlines
1245 .get(&id)
1246 .and_then(|hline| hline.transform.as_ref())
1247 .is_some_and(|transform| transform.uses_axes_coordinates())
1248 }
1249

Callers 3

arrows_to_pan_enabledMethod · 0.80
update_plot_programFunction · 0.80
rebuild_linesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected