Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ access_platform
Method
access_platform
virtio-devices/src/balloon.rs:715–717 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
713
}
714
715
fn access_platform(&self) -> Option<Arc<dyn AccessPlatform>> {
716
self.common.access_platform()
717
}
718
719
fn reset(&mut self) {
720
self.common.reset();
Callers
1
activate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected