MCPcopy Index your code
hub / github.com/eliotbo/bevy_plot / get

Method get

src/plot/plot.rs:466–468  ·  view source on GitHub ↗
(&self, id: &u32)

Source from the content-addressed store, hash-verified

464
465impl PlotMap {
466 pub fn get(&self, id: &u32) -> Option<&Plot> {
467 self.plots.get(id)
468 }
469
470 pub fn get_mut(&mut self, id: &u32) -> Option<&mut Plot> {
471 self.plots.get_mut(id)

Callers 15

extract_colored_mesh2dFunction · 0.80
queue_colored_mesh2dFunction · 0.80
pan_canvas_systemFunction · 0.80
update_timeFunction · 0.80
update_data_rectanglesFunction · 0.80
queue_colored_mesh2dFunction · 0.80
renderMethod · 0.80
animate_bezierFunction · 0.80
plot_fnFunction · 0.80
animate_bezierFunction · 0.80
plot_fnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected