Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ group
Method
group
src/main/java/Client/ContactEdit.java:251–259 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
249
}
250
251
private
String group(
int
index) {
252
if
(index == 0) {
253
return
""
;
254
}
255
if
(index == tGrpList.size() - 1) {
256
return
""
;
257
}
258
return
(String) tGrpList.items.elementAt(index);
259
}
260
}
Callers
1
cmdOk
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected