MCPcopy 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

goToMsgListMethod · 0.80

Calls 2

getMsgListMethod · 0.80
getContactMethod · 0.45

Tested by

no test coverage detected