Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getItemCount
Method
getItemCount
src/main/java/ui/controls/form/DefForm.java:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
protected
int
getItemCount() {
70
return
itemsList.size();
71
}
72
73
public
VirtualElement getItemRef(
int
index) {
74
if
(index >= getItemCount()) {
Callers
1
getItemRef
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected