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

Method alignment

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

Source from the content-addressed store, hash-verified

118 }
119
120 pub fn alignment(&self) -> usize {
121 self.alignment
122 }
123
124 /// Returns true if the file was opened with write access.
125 pub fn is_writable(&self) -> bool {

Callers 2

execute_asyncMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected