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

Method notifier

devices/src/legacy/serial.rs:373–375  ·  view source on GitHub ↗
(&self, _index: InterruptIndex)

Source from the content-addressed store, hash-verified

371 Ok(())
372 }
373 fn notifier(&self, _index: InterruptIndex) -> Option<EventFd> {
374 Some(self.event_fd.try_clone().unwrap())
375 }
376 }
377
378 impl TestInterrupt {

Callers

nothing calls this directly

Calls 1

try_cloneMethod · 0.45

Tested by

no test coverage detected