MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / stepBegin

Method stepBegin

src/main/java/History/HistoryLoader.java:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 public Vector stepBegin() {
80 current_index = -last_m-4;
81 return getMIVector(true);
82 }
83
84 public Vector stepEnd() {
85 current_index = fileSize - first_m + 1;

Callers 1

gotoBeginMethod · 0.80

Calls 1

getMIVectorMethod · 0.95

Tested by

no test coverage detected