MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getMenuKeySymbolCount

Method getMenuKeySymbolCount

java/com/tigervnc/vncviewer/MenuKey.java:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 };
69
70 static int getMenuKeySymbolCount() {
71 return menuSymbols.length;
72 }
73
74 public static MenuKeySymbol[] getMenuKeySymbols() {
75 return menuSymbols;

Callers 5

createInputPanelMethod · 0.95
getMenuKeyValueStrMethod · 0.95
getMenuKeyJavaCodeMethod · 0.95
getMenuKeyCodeMethod · 0.95
getMenuKeySymMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected