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

Method write

splashsurf/src/logging.rs:47–49  ·  view source on GitHub ↗
(&mut self, buf: &[u8])

Source from the content-addressed store, hash-verified

45impl<T: Write + Send> Write for ProgressHandler<T> {
46 #[inline]
47 fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> {
48 self.handle(|this| this.0.write(buf))
49 }
50
51 #[inline]
52 fn flush(&mut self) -> std::io::Result<()> {

Callers 9

dropMethod · 0.80
resetFunction · 0.80
mesh_to_objFunction · 0.80
particles_to_jsonFunction · 0.80
mesh_to_plyFunction · 0.80
particles_to_bgeoFunction · 0.80
set_progress_barFunction · 0.80

Calls 1

handleMethod · 0.80

Tested by

no test coverage detected