(&self, _index: InterruptIndex)
| 469 | |
| 470 | impl InterruptSourceGroup for TestInterrupt { |
| 471 | fn trigger(&self, _index: InterruptIndex) -> result::Result<(), std::io::Error> { |
| 472 | self.event_fd.write(1) |
| 473 | } |
| 474 | fn update( |
| 475 | &self, |
| 476 | _index: InterruptIndex, |
no test coverage detected