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

Method is_direct

block/src/qcow/raw_file.rs:116–118  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

114 }
115
116 pub fn is_direct(&self) -> bool {
117 self.direct_io
118 }
119
120 pub fn alignment(&self) -> usize {
121 self.alignment

Callers 1

parse_qcowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected