Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ seek_hole
Function
seek_hole
block/src/qcow/mod.rs:3888–3890 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3886
3887
#[test]
3888
fn seek_hole() {
3889
seek_hole_common(false);
3890
}
3891
3892
#[test]
3893
fn seek_hole_direct() {
Callers
nothing calls this directly
Calls
1
seek_hole_common
Function · 0.85
Tested by
no test coverage detected