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

Method new

src/handlers/rewrite_layer.rs:19–21  ·  view source on GitHub ↗
(rewrites: &'static [(u32, u32)])

Source from the content-addressed store, hash-verified

17
18impl RewriteLayer {
19 pub fn new(rewrites: &'static [(u32, u32)]) -> RewriteLayer {
20 RewriteLayer { rewrites }
21 }
22}
23
24impl<T: USBKeyOut> ProcessKeys<T> for RewriteLayer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected