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