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

Method doAction

src/main/java/VCard/VCardView.java:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94 refresh=new LinkString(SR.MS_REFRESH) {
95 public void doAction() {
96 VCard.request(vcard.getJid(), vcard.getId().substring(5));
97 destroyView();
98 }
99 };
100
101 if (vcard == null || vcard.isEmpty()) {

Callers

nothing calls this directly

Calls 9

requestMethod · 0.95
getInstanceMethod · 0.95
getInstanceMethod · 0.95
getIdMethod · 0.80
platformRequestMethod · 0.65
getJidMethod · 0.45
destroyViewMethod · 0.45
setClipBoardMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected