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

Class TimeoutLogger

src/test_helpers.rs:93–96  ·  view source on GitHub ↗

send a key whenever a time out occurs

Source from the content-addressed store, hash-verified

91}
92/// send a key whenever a time out occurs
93pub struct TimeoutLogger {
94 keycode: KeyCode,
95 min_timeout_ms: u16,
96}
97impl TimeoutLogger {
98 pub fn new(keycode: KeyCode, min_timeout_ms: u16) -> TimeoutLogger {
99 TimeoutLogger {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected