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

Method access_platform

virtio-devices/src/vsock/device.rs:540–542  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

538 }
539
540 fn access_platform(&self) -> Option<Arc<dyn AccessPlatform>> {
541 self.common.access_platform()
542 }
543}
544
545impl<B> Pausable for Vsock<B>

Callers 2

activateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected