Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ removeGroup
Method
removeGroup
src/main/java/Client/Groups.java:198–200 ·
view source on GitHub ↗
(Group g)
Source
from the content-addressed store, hash-verified
196
}
197
198
void
removeGroup(Group g) {
199
groups.removeElement(g);
200
}
201
202
public
int
blockArrived(JabberDataBlock data) {
203
if
(data instanceof Iq) {
Callers
1
cleanupGroup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected