(&self, _index: InterruptIndex)
| 339 | |
| 340 | impl InterruptSourceGroup for TestInterrupt { |
| 341 | fn trigger(&self, _index: InterruptIndex) -> result::Result<(), std::io::Error> { |
| 342 | self.event_fd.write(1) |
| 343 | } |
| 344 | |
| 345 | fn update( |
| 346 | &self, |
no test coverage detected