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

Method clearVCard

src/main/java/VCard/VCard.java:201–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 public void clearVCard() {
202 vCardFields=null;
203 vCardFields2=null;
204 vCardLabels=null;
205
206 vCardData=null;
207 jid=null;
208 id=null;
209
210 dropPhoto();
211 }
212
213//#if FILE_IO
214 public String getPhotoMIMEType() {

Callers

nothing calls this directly

Calls 1

dropPhotoMethod · 0.95

Tested by

no test coverage detected