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

Method dropPhoto

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

Source from the content-addressed store, hash-verified

193 }
194
195 public void dropPhoto() {
196 photo=null;
197 photoType=null;
198 hasPhoto=false;
199 }
200
201 public void clearVCard() {
202 vCardFields=null;

Callers 2

clearVCardMethod · 0.95
menuActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected