Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ supports_sparse_operations
Method
supports_sparse_operations
block/src/raw_disk.rs:82–84 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
80
81
impl disk_file::SparseCapable for RawDisk {
82
fn supports_sparse_operations(&self) -> bool {
83
probe_sparse_support(&self.file)
84
}
85
}
86
87
impl disk_file::Resizable for RawDisk {
Callers
1
new
Method · 0.45
Calls
1
probe_sparse_support
Function · 0.85
Tested by
no test coverage detected