MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getSubstr

Method getSubstr

src/main/java/History/HistoryLoader.java:141–143  ·  view source on GitHub ↗
(int off, int length)

Source from the content-addressed store, hash-verified

139 }
140
141 private String getSubstr(int off, int length) {
142 return new String(current_block).substring(off, off + length);
143 }
144
145 private long getCorrectIndex(long pos) {
146 if (pos < 0) {

Callers 1

getMIVectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected