Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TyberiusPrime/KeyToKey
/ bootloader
Method
bootloader
src/test_helpers.rs:47–47 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
45
}
46
47
fn bootloader(&mut self) {}
48
49
fn send_keys(&mut self, keys: &[KeyCode]) {
50
self.reports.push(keys.iter().map(|&x| x.to_u8()).collect());
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected