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

Method notifier

devices/src/legacy/uart_pl011.rs:486–488  ·  view source on GitHub ↗
(&self, _index: InterruptIndex)

Source from the content-addressed store, hash-verified

484 Ok(())
485 }
486 fn notifier(&self, _index: InterruptIndex) -> Option<EventFd> {
487 Some(self.event_fd.try_clone().unwrap())
488 }
489 }
490
491 impl TestInterrupt {

Callers

nothing calls this directly

Calls 1

try_cloneMethod · 0.45

Tested by

no test coverage detected