Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ stepEnd
Method
stepEnd
src/main/java/History/HistoryLoader.java:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
public
Vector stepEnd() {
85
current_index = fileSize - first_m + 1;
86
return
getMIVector(false);
87
}
88
89
public
Vector stepBack() {
90
return
getMIVector(false);
Callers
1
gotoEnd
Method · 0.80
Calls
1
getMIVector
Method · 0.95
Tested by
no test coverage detected