(&mut self)
| 240 | } |
| 241 | |
| 242 | pub fn free_histogram_inputs(&mut self) { |
| 243 | if self.f_pixels.is_some() { |
| 244 | self.pixels = PixelsSource::Pixels { |
| 245 | rows: SeaCow::borrowed(&[]), |
| 246 | pixels: None, |
| 247 | }; |
| 248 | } |
| 249 | } |
| 250 | |
| 251 | #[inline(always)] |
| 252 | #[must_use] |
no outgoing calls
no test coverage detected