Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getItemCount
Method
getItemCount
src/main/java/Client/StatusSelect.java:120–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
public
int
getItemCount() {
return
statusList == null ? 0 : statusList.size(); }
121
122
private
void
save() {
123
StatusList.getInstance().saveStatusToStorage();
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected