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

Method loadHistory

src/main/java/History/HistoryStorage.java:60–62  ·  view source on GitHub ↗
(String fileName)

Source from the content-addressed store, hash-verified

58 }
59
60 private String loadHistory(String fileName) {
61 return readFile(fileName);
62 }
63
64 public Vector importData() {
65 Vector vector=new Vector();

Callers 1

HistoryStorageMethod · 0.95

Calls 1

readFileMethod · 0.95

Tested by

no test coverage detected