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

Method into_kind

block/src/qcow/mod.rs:269–271  ·  view source on GitHub ↗

Consume and return the kind and virtual size.

(self)

Source from the content-addressed store, hash-verified

267
268 /// Consume and return the kind and virtual size.
269 pub(crate) fn into_kind(self) -> (BackingKind, u64) {
270 (self.kind, self.virtual_size)
271 }
272
273 /// Read from backing file, returning zeros for any portion beyond backing file size.
274 #[inline]

Callers 1

shared_backing_fromFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected