Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ drop
Method
drop
block/src/qcow/backing.rs:144–146 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
142
143
impl Drop for Qcow2Backing {
144
fn drop(&mut self) {
145
self.metadata.shutdown();
146
}
147
}
148
149
/// Construct a thread safe backing file reader.
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected