Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getItemCount
Method
getItemCount
src/main/java/IE/Accounts.java:233–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
public
int
getItemCount() {
234
return
accountList.size();
235
}
236
237
public
Account getAccount(
int
index) {
238
return
(Account) accountList.elementAt(index);
Callers
2
rmsUpdate
Method · 0.95
exportData
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected