(
&self,
_int_type: VirtioInterruptType,
)
| 188 | |
| 189 | impl VirtioInterrupt for NoopVirtioInterrupt { |
| 190 | fn trigger( |
| 191 | &self, |
| 192 | _int_type: VirtioInterruptType, |
| 193 | ) -> std::result::Result<(), std::io::Error> { |
| 194 | Ok(()) |
| 195 | } |
| 196 | |
| 197 | fn set_notifier( |
| 198 | &self, |
no outgoing calls
no test coverage detected