(&self, _index: InterruptIndex)
| 356 | |
| 357 | impl InterruptSourceGroup for TestInterrupt { |
| 358 | fn trigger(&self, _index: InterruptIndex) -> result::Result<(), std::io::Error> { |
| 359 | self.event_fd.write(1) |
| 360 | } |
| 361 | fn update( |
| 362 | &self, |
| 363 | _index: InterruptIndex, |
no test coverage detected