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

Method doAction

src/main/java/Client/ContactEdit.java:166–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 vCardReq = new LinkString(SR.MS_VCARD) {
165
166 public void doAction() {
167 requestVCard();
168 }
169 };
170 itemsList.addElement(vCardReq);
171 }

Callers

nothing calls this directly

Calls 1

requestVCardMethod · 0.95

Tested by

no test coverage detected