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

Method getFlags

srcs/juloo.keyboard2/KeyValue.java:157–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 public int getFlags()
158 {
159 return (_code & FLAGS_BITS);
160 }
161
162 public boolean hasFlagsAny(int has)
163 {

Callers 8

withCharMethod · 0.95
withKeyeventMethod · 0.95
withSymbolMethod · 0.95
apply_compose_pendingMethod · 0.80
apply_combining_charMethod · 0.80
apply_shiftMethod · 0.80
combine_hangul_medialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected