Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getGroupType
Method
getGroupType
src/main/java/Client/Contact.java:631–636 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
629
}
630
631
public
int
getGroupType() {
632
if
(group == null) {
633
return
0;
634
}
635
return
group.type;
636
}
637
638
public
void
setStatus(
int
status) {
639
setIncoming(0);
Callers
14
blockArrived
Method · 0.95
blockArrived
Method · 0.95
blockArrived
Method · 0.95
RosterItemActions
Method · 0.95
doAction
Method · 0.95
getNewMsgsCount
Method · 0.95
getNewHighliteMsgsCount
Method · 0.95
resolveNicknames
Method · 0.95
cmdAdd
Method · 0.95
cleanupSearch
Method · 0.80
messageStore
Method · 0.80
deleteContact
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected