Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getGeneralFor
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected