MCPcopy Create free account
hub / github.com/demoth/jake2 / getchar

Method getchar

client/src/main/java/jake2/client/LayoutParser.java:196–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 private char getchar() {
197 if (index < length) {
198 return data.charAt(index);
199 }
200 return 0;
201 }
202
203 private char nextchar() {
204 ++index;

Callers 1

nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected