Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ gotoEnd
Method
gotoEnd
src/main/java/History/HistoryReader.java:99–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
public
final
void
gotoEnd() {
100
loadFrom(hl.stepEnd());
101
moveCursorEnd();
102
}
103
104
public
int
getItemCount() {
105
return
messages == null ? 0 : messages.size();
Callers
2
HistoryReader
Method · 0.95
doUserKeyAction
Method · 0.95
Calls
3
loadFrom
Method · 0.95
stepEnd
Method · 0.80
moveCursorEnd
Method · 0.45
Tested by
no test coverage detected