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

Method state

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

Source from the content-addressed store, hash-verified

31}
32impl USBKeyOut for KeyOutCatcher {
33 fn state(&mut self) -> &mut KeyboardState {
34 return &mut self.state;
35 }
36
37 fn ro_state(&self) -> &KeyboardState {
38 return &self.state;

Callers 15

add_handlerMethod · 0.80
handle_keysMethod · 0.80
send_unicodeMethod · 0.80
on_activateMethod · 0.80
on_triggerMethod · 0.80
on_deactivateMethod · 0.80
do_abortMethod · 0.80
test_dvorak_bracketsFunction · 0.80
test_abortFunction · 0.80
test_space_cadet_layerFunction · 0.80
test_layer_rewriteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected