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

Method setPhotoType

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

Source from the content-addressed store, hash-verified

175
176//#if FILE_IO
177 public void setPhotoType() {
178 this.photoType=getPhotoMIMEType();
179 this.hasPhoto=true;
180 }
181//#endif
182
183 public final int getCount(){ return vCardFields.size(); }

Callers 1

BrowserFilePathNotifyMethod · 0.80

Calls 1

getPhotoMIMETypeMethod · 0.95

Tested by

no test coverage detected