Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getItemCount
Method
getItemCount
src/main/java/Archive/ArchiveList.java:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
public
int
getItemCount() {
105
return
archive == null ? 0 : archive.size();
106
}
107
108
protected
Msg getMessage(
int
index) {
109
return
archive.msg(index);
Callers
5
commandState
Method · 0.95
beginPaint
Method · 0.95
keyClear
Method · 0.95
eventOk
Method · 0.45
eventLongOk
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected