Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ flush
Method
flush
devices/src/legacy/serial.rs:401–403 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
399
self.buf.lock().unwrap().write(buf)
400
}
401
fn flush(&mut self) -> io::Result<()> {
402
self.buf.lock().unwrap().flush()
403
}
404
}
405
406
#[test]
Callers
2
flush_output
Method · 0.45
handle_write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected