MCPcopy Create free account
hub / github.com/Axect/Peroxide / insert_image

Method insert_image

src/util/plot.rs:315–321  ·  view source on GitHub ↗
(&mut self, y: Vec<f64>)

Source from the content-addressed store, hash-verified

313 }
314
315 fn insert_image(&mut self, y: Vec<f64>) -> &mut Self {
316 if let Some(x) = self.options.get_mut(&Images) {
317 *x = true
318 }
319 self.images.push(y);
320 self
321 }
322
323 fn insert_pair(&mut self, xy: (Vec<f64>, Vec<f64>)) -> &mut Self {
324 if let Some(t) = self.options.get_mut(&Pairs) {

Callers 13

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by 5

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64