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

Method decoder

block/src/qcow/metadata.rs:344–346  ·  view source on GitHub ↗

Returns the shared decoder matching the image compression type.

(&self)

Source from the content-addressed store, hash-verified

342
343 /// Returns the shared decoder matching the image compression type.
344 pub fn decoder(&self) -> Arc<dyn Decoder> {
345 Arc::clone(&self.decoder)
346 }
347}
348
349impl QcowState {

Callers 3

newMethod · 0.80
newMethod · 0.80
shared_backing_fromFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected