MCPcopy 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

HistoryReaderMethod · 0.95
doUserKeyActionMethod · 0.95

Calls 3

loadFromMethod · 0.95
stepEndMethod · 0.80
moveCursorEndMethod · 0.45

Tested by

no test coverage detected