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

Method getInstance

src/main/java/xmpp/extensions/IQCommands.java:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 private static IQCommands instance;
55
56 public static IQCommands getInstance() {
57 if (instance==null) instance=new IQCommands();
58 return instance;
59 }
60
61 StaticData sd = StaticData.getInstance();
62

Callers 6

loginSuccessMethod · 0.95
calcVerHashMethod · 0.45
jabberIqAuthMethod · 0.45
responseMethod · 0.45
SaslScramSha1Method · 0.45
processServerMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected