MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / rct

Method rct

src/test_helpers.rs:209–214  ·  view source on GitHub ↗
(&mut self, key: impl AcceptsKeycode, ms_since_last: u16, should: &[&[KeyCode]])

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 4

check_outputFunction · 0.85
add_keyreleaseMethod · 0.80
handle_keysMethod · 0.80
clearMethod · 0.80

Tested by

no test coverage detected