Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ showContactMessageList
Method
showContactMessageList
src/main/java/Client/Roster.java:762–764 ·
view source on GitHub ↗
(String jid)
Source
from the content-addressed store, hash-verified
760
}
761
762
public
void
showContactMessageList(String jid) {
763
sd.roster.getContact(jid, false).getMsgList();
764
}
765
766
public
void
addContact(Contact c) {
767
synchronized (hContacts) {
Callers
1
goToMsgList
Method · 0.80
Calls
2
getMsgList
Method · 0.80
getContact
Method · 0.45
Tested by
no test coverage detected