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

Function combo_write_read_direct

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

Source from the content-addressed store, hash-verified

3789
3790 #[test]
3791 fn combo_write_read_direct() {
3792 combo_write_read_common(true);
3793 }
3794
3795 fn combo_write_read_common(direct: bool) {
3796 with_default_file(1024 * 1024 * 1024 * 256, direct, |mut qcow_file| {

Callers

nothing calls this directly

Calls 1

combo_write_read_commonFunction · 0.85

Tested by

no test coverage detected