Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ gotoBegin
Method
gotoBegin
src/main/java/History/HistoryReader.java:94–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
public
void
gotoBegin() {
95
loadFrom(hl.stepBegin());
96
moveCursorHome();
97
}
98
99
public
final
void
gotoEnd() {
100
loadFrom(hl.stepEnd());
Callers
1
doUserKeyAction
Method · 0.95
Calls
3
loadFrom
Method · 0.95
stepBegin
Method · 0.80
moveCursorHome
Method · 0.45
Tested by
no test coverage detected