Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getSize
Method
getSize
src/main/java/ui/keys/KeyScheme.java:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
public
int
getSize() {
28
return
keysList.size() - 1;
29
}
30
31
public
int
getFullSize() {
32
return
keysList.size();
Callers
6
paintComponent
Method · 0.45
getFont
Method · 0.45
getFont
Method · 0.45
stringWidth
Method · 0.45
keyExecute
Method · 0.45
rmsUpdate
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected