MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / seek_hole_direct

Function seek_hole_direct

block/src/qcow/mod.rs:3893–3895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3891
3892 #[test]
3893 fn seek_hole_direct() {
3894 seek_hole_common(true);
3895 }
3896
3897 fn seek_hole_common(direct: bool) {
3898 with_default_file(0x30000, direct, |mut file| {

Callers

nothing calls this directly

Calls 1

seek_hole_commonFunction · 0.85

Tested by

no test coverage detected