(&mut self, key: impl AcceptsKeycode, ms_since_last: u16, should: &[&[KeyCode]])
| 207 | self.output.clear(); |
| 208 | } |
| 209 | fn rct(&mut self, key: impl AcceptsKeycode, ms_since_last: u16, should: &[&[KeyCode]]) { |
| 210 | self.add_keyrelease(key, ms_since_last); |
| 211 | self.handle_keys().unwrap(); |
| 212 | check_output(self, should); |
| 213 | self.output.clear(); |
| 214 | } |
| 215 | } |
nothing calls this directly
no test coverage detected