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

Method send_empty

src/test_helpers.rs:65–67  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

63 fn do_send_later(&mut self) {}
64
65 fn send_empty(&mut self) {
66 self.reports.push(Vec::new());
67 }
68}
69#[cfg(test)]
70pub fn check_output(keyboard: &Keyboard<KeyOutCatcher>, should: &[&[KeyCode]]) {

Callers 5

send_unicodeMethod · 0.80
process_keysMethod · 0.80
on_triggerMethod · 0.80
process_keysMethod · 0.80
process_keysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected