MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / flush

Method flush

devices/src/legacy/uart_pl011.rs:514–516  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

512 self.buf.lock().unwrap().write(buf)
513 }
514 fn flush(&mut self) -> io::Result<()> {
515 self.buf.lock().unwrap().flush()
516 }
517 }
518
519 #[test]

Callers 2

flush_outputMethod · 0.45
handle_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected