MCPcopy 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

doUserKeyActionMethod · 0.95

Calls 3

loadFromMethod · 0.95
stepBeginMethod · 0.80
moveCursorHomeMethod · 0.45

Tested by

no test coverage detected