MCPcopy 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

commandStateMethod · 0.95
beginPaintMethod · 0.95
keyClearMethod · 0.95
eventOkMethod · 0.45
eventLongOkMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected