Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ flush_output
Method
flush_output
devices/src/legacy/uart_pl011.rs:237–242 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
235
}
236
237
pub fn flush_output(&mut self) -> result::Result<(), io::Error> {
238
if let Some(out) = self.out.as_mut() {
239
out.flush()?;
240
}
241
Ok(())
242
}
243
244
fn pl011_get_baudrate(&self) -> u32 {
245
if self.fbrd == 0 {
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected