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

Method readFile

src/main/java/History/HistoryStorage.java:105–108  ·  view source on GitHub ↗
(String arhPath)

Source from the content-addressed store, hash-verified

103 }
104
105 private String readFile(String arhPath){
106 FileIO f = FileIO.createConnection(arhPath);
107 return f.fileReadUtf();
108 }
109}
110
111//#endif

Callers 1

loadHistoryMethod · 0.95

Calls 2

createConnectionMethod · 0.95
fileReadUtfMethod · 0.95

Tested by

no test coverage detected