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

Method setJuickJID

src/main/java/Client/JuickConfig.java:74–82  ·  view source on GitHub ↗
(String JJID, boolean toStorage)

Source from the content-addressed store, hash-verified

72 }
73
74 public static void setJuickJID(String JJID, boolean toStorage) {
75 if (records.isEmpty()) {
76 records.readFromStorage();
77 }
78 records.setJuickJID(sdata.account.JID.getBare(), JJID);
79 if (toStorage) {
80 records.writeToStorage();
81 }
82 }
83
84 private static class Records {
85 private Vector AccountsJIDs = null;

Callers 2

cmdOkMethod · 0.95

Calls 4

getBareMethod · 0.80
writeToStorageMethod · 0.80
isEmptyMethod · 0.45
readFromStorageMethod · 0.45

Tested by

no test coverage detected