MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / verbose_printf_flush

Method verbose_printf_flush

src/attr.rs:270–274  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

268
269 #[inline]
270 pub(crate) fn verbose_printf_flush(&self) {
271 if let Some(f) = &self.log_flush_callback {
272 f(self);
273 }
274 }
275
276 #[must_use]
277 pub(crate) fn feedback_loop_trials(&self, hist_items: usize) -> u16 {

Callers 3

set_log_callbackMethod · 0.80
dropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected