MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / addContact

Method addContact

src/main/java/Client/Roster.java:766–770  ·  view source on GitHub ↗
(Contact c)

Source from the content-addressed store, hash-verified

764 }
765
766 public void addContact(Contact c) {
767 synchronized (hContacts) {
768 hContacts.addElement(c);
769 }
770 }
771
772 public final Contact findContact(final Jid j, final boolean compareResources) {
773 synchronized (hContacts) {

Callers 4

updateContactMethod · 0.95
initMucMethod · 0.95
mucContactMethod · 0.95
getContactMethod · 0.95

Calls 1

addElementMethod · 0.80

Tested by

no test coverage detected