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

Method skipwhites

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

Source from the content-addressed store, hash-verified

221 }
222
223 private char skipwhites() {
224 char c = 0;
225 while (index < length && ((c = data.charAt(index)) <= ' ') && c != 0)
226 ++index;
227 return c;
228 }
229
230 private char skiptoeol() {
231 char c = 0;

Callers 1

nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected