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

Method getInstance

src/main/java/Client/StaticData.java:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 public long getTrafficOut() { return trafficOut; }
64
65 public static StaticData getInstance() {
66 if (sd == null) {
67 sd = new StaticData();
68 }
69 return sd;
70 }
71 private JabberStream theStream;
72 private ConnectionService service;
73 public JabberStream getTheStream() {

Callers 15

MainMethod · 0.95
onNewIntentMethod · 0.95
onServiceConnectedMethod · 0.95
onCreateMethod · 0.95
sendNotifyMethod · 0.95
startConnectionMethod · 0.95
doWorkMethod · 0.95
publishTuneMethod · 0.95
viewDidLoadMethod · 0.95
commandActionMethod · 0.95
privacyListRqMethod · 0.95
PrivacyModifyListClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected