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

Method is_empty

src/plot_renderer/shader.rs:262–264  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

260 self.write_f32(vertex.distance_start);
261 self.write_f32(vertex.segment_length_world);
262 self.write_f32(vertex.param);
263 self.write_f32(vertex.width);
264 self.write_u32(vertex.width_mode);
265 self.write_f32(vertex.along);
266 self.write_f32(vertex.side);
267 }

Callers 15

rebuild_from_widgetMethod · 0.80
build_fill_spanFunction · 0.80
with_labelMethod · 0.80
binding_descriptionsMethod · 0.80
keyboard_modifiers_labelFunction · 0.80
cpu_pick_hitFunction · 0.80
clear_hoverMethod · 0.80
clear_pickMethod · 0.80
legend_entriesMethod · 0.80
view_tick_labelsMethod · 0.80
clear_hover_effectFunction · 0.80
update_plot_programFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected