MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / clearVCard

Method clearVCard

src/main/java/Client/Contact.java:516–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514 }
515
516 public final void clearVCard() {
517 try {
518 if (vcard != null) {
519 vcard.clearVCard();
520 vcard = null;
521 }
522 } catch (Exception e) {
523 }
524 }
525
526//#ifdef LOGROTATE
527 public final boolean deleteOldMessages() {

Callers 2

purgeMethod · 0.95
smartPurgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected