Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
impl Drop for QcowDisk {
92
fn drop(&mut self) {
93
self.metadata.shutdown();
94
}
95
}
96
97
impl disk_file::DiskSize for QcowDisk {
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected