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

Method VCard

src/main/java/VCard/VCard.java:69–71  ·  view source on GitHub ↗

Creates a new instance of vCard

()

Source from the content-addressed store, hash-verified

67
68 /** Creates a new instance of vCard */
69 public VCard() {
70 if (vCardFields==null) fieldsLoader();
71 }
72
73 public VCard(JabberDataBlock data) {
74 this();

Callers

nothing calls this directly

Calls 12

fieldsLoaderMethod · 0.95
getCountMethod · 0.95
getChildBlockMethod · 0.95
getChildBlockTextMethod · 0.95
setVCardDataMethod · 0.95
getTypeAttributeMethod · 0.80
findNamespaceMethod · 0.80
getChildBlocksMethod · 0.80
getTextMethod · 0.65
getAttributeMethod · 0.45
setSizeMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected