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

Method makeStringKey

srcs/juloo.keyboard2/KeyValue.java:425–428  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

423 }
424
425 public static KeyValue makeStringKey(String str)
426 {
427 return makeStringKey(str, 0);
428 }
429
430 public static KeyValue makeCharKey(char c)
431 {

Callers 15

modifyMethod · 0.95
apply_dead_charMethod · 0.95
apply_combining_charMethod · 0.95
apply_shiftMethod · 0.95
getKeyByNameMethod · 0.95
getSpecialKeyByNameMethod · 0.95
parseMethod · 0.95
key_by_name_or_strMethod · 0.95
parse_string_keydefMethod · 0.95
parseMethod · 0.95
equalsMethod · 0.95
parse_key_valueMethod · 0.95

Calls 1

lengthMethod · 0.80

Tested by 10

equalsMethod · 0.76
parse_key_valueMethod · 0.76
parse_macroMethod · 0.76
parse_non_macroMethod · 0.76
parse_string_keyMethod · 0.76
parse_key_eventMethod · 0.76
parse_old_syntaxMethod · 0.76
composeEqualsMethod · 0.76
fnEqualsMethod · 0.76
stringKeysMethod · 0.76