for testing, clear the catcher of everything
(&mut self)
| 25 | } |
| 26 | // for testing, clear the catcher of everything |
| 27 | pub fn clear(&mut self) { |
| 28 | self.keys_registered.clear(); |
| 29 | self.reports.clear(); |
| 30 | } |
| 31 | } |
| 32 | impl USBKeyOut for KeyOutCatcher { |
| 33 | fn state(&mut self) -> &mut KeyboardState { |
no outgoing calls
no test coverage detected