MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / flush

Method flush

splashsurf/src/logging.rs:52–54  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

50
51 #[inline]
52 fn flush(&mut self) -> std::io::Result<()> {
53 self.handle(|this| this.0.flush())
54 }
55}
56
57/// Sets the reference to the current ProgressBar for the writer

Callers

nothing calls this directly

Calls 1

handleMethod · 0.80

Tested by

no test coverage detected