Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadHistory
Method · 0.95
Calls
2
createConnection
Method · 0.95
fileReadUtf
Method · 0.95
Tested by
no test coverage detected