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

Method drop

block/src/qcow_disk.rs:92–94  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

90
91impl Drop for QcowDisk {
92 fn drop(&mut self) {
93 self.metadata.shutdown();
94 }
95}
96
97impl disk_file::DiskSize for QcowDisk {

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected