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

Method getInstance

src/main/java/History/HistoryAppend.java:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 private static HistoryAppend instance;
44
45 public static HistoryAppend getInstance() {
46 if (instance == null) {
47 instance = new HistoryAppend();
48 }
49 return instance;
50 }
51 StaticData sd = StaticData.getInstance();
52
53 /** Creates a new instance of PepListener */

Callers 6

addMessageMethod · 0.95
saveMessagesMethod · 0.95
HistoryStorageMethod · 0.45
HistoryLoaderMethod · 0.45
addMessageMethod · 0.45
addMessageListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected