Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ inEnd
Method
inEnd
src/main/java/History/HistoryLoader.java:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
public
boolean inEnd() {
159
return
((current_index+BLOCK_SIZE) >= fileSize)?true:false;
160
}
161
162
private
void
readBlock(boolean forward) {
163
if
(forward) {
Callers
1
getMIVector
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected