Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ flush
Method
flush
block/src/fixed_vhd.rs:60–62 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
58
}
59
60
fn flush(&mut self) -> std::io::Result<()> {
61
self.file.sync_all()
62
}
63
}
64
65
impl Seek for FixedVhd {
Callers
nothing calls this directly
Calls
1
sync_all
Method · 0.80
Tested by
no test coverage detected