Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
key
Function · 0.45
read_layout
Function · 0.45
_move_untransited_to_new_map
Method · 0.45
_add_extra_chars_to_ref_map
Method · 0.45
_apply_transitions
Method · 0.45
_resolve_placement
Method · 0.45
_process_key
Method · 0.45
parse_row_from_et
Function · 0.45
check_layout
Function · 0.45
modify
Method · 0.45
apply_shift
Method · 0.45
apply_fn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected