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

Method getJuickJID

src/main/java/Client/JuickConfig.java:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public static String getJuickJID() {
68 if (records.isEmpty()) {
69 records.readFromStorage();
70 }
71 return records.getJuickJID(sdata.account.JID.getBare());
72 }
73
74 public static void setJuickJID(String JJID, boolean toStorage) {
75 if (records.isEmpty()) {

Callers 2

isMainJuickContactMethod · 0.95

Calls 3

getBareMethod · 0.80
isEmptyMethod · 0.45
readFromStorageMethod · 0.45

Tested by

no test coverage detected