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

Method default_enabled

src/handlers/mod.rs:40–42  ·  view source on GitHub ↗

whether this handler is enabled after add_handlers (true for most, false for Layers)

(&self)

Source from the content-addressed store, hash-verified

38 /// whether this handler is enabled after add_handlers
39 /// (true for most, false for Layers)
40 fn default_enabled(&self) -> bool {
41 true
42 }
43}
44
45pub enum HandlerResult {

Callers

nothing calls this directly

Implementers 14

test_helpers.rssrc/test_helpers.rs
premade.rssrc/premade.rs
oneshot.rssrc/handlers/oneshot.rs
spacecadet.rssrc/handlers/spacecadet.rs
rewrite_layer.rssrc/handlers/rewrite_layer.rs
unicodekeyboard.rssrc/handlers/unicodekeyboard.rs
autoshift.rssrc/handlers/autoshift.rs
longtap.rssrc/handlers/longtap.rs
tapdance.rssrc/handlers/tapdance.rs
usbkeyboard.rssrc/handlers/usbkeyboard.rs
debug_handlers.rssrc/handlers/debug_handlers.rs
macros.rssrc/handlers/macros.rs

Calls

no outgoing calls

Tested by

no test coverage detected