()
| 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| { |
nothing calls this directly
no test coverage detected