MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getCount

Method getCount

src/main/java/PEP/Activities.java:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 return names;
112 }
113 public int getCount() {
114 return actKey.size();
115 }
116 public String getLabel(String tag) {
117 int index = getActIndex(tag);
118 return (String)actValue.elementAt(index);

Callers 1

getGeneralForMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected