MCPcopy 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
81impl disk_file::SparseCapable for RawDisk {
82 fn supports_sparse_operations(&self) -> bool {
83 probe_sparse_support(&self.file)
84 }
85}
86
87impl disk_file::Resizable for RawDisk {

Callers 1

newMethod · 0.45

Calls 1

probe_sparse_supportFunction · 0.85

Tested by

no test coverage detected