MCPcopy Create free account
hub / github.com/Julow/Unexpected-Keyboard / get

Method get

srcs/juloo.keyboard2/Modmap.java:28–32  ·  view source on GitHub ↗
(M m, KeyValue a)

Source from the content-addressed store, hash-verified

26 }
27
28 public KeyValue get(M m, KeyValue a)
29 {
30 Map<KeyValue, KeyValue> mm = _map[m.ordinal()];
31 return (mm == null) ? null : mm.get(a);
32 }
33}

Callers 15

keyFunction · 0.45
read_layoutFunction · 0.45
_apply_transitionsMethod · 0.45
_resolve_placementMethod · 0.45
_process_keyMethod · 0.45
parse_row_from_etFunction · 0.45
check_layoutFunction · 0.45
modifyMethod · 0.45
apply_shiftMethod · 0.45
apply_fnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected