MCPcopy Create free account
hub / github.com/boxbeam/RedLib / whitespace

Method whitespace

src/redempt/redlib/json/JSONParser.java:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 private void whitespace() {
64 while (isWhitespace()) {
65 pos++;
66 }
67 }
68
69 private Number integer() {
70 boolean negative = peek() == '-';

Callers 2

listMethod · 0.95
mapMethod · 0.95

Calls 1

isWhitespaceMethod · 0.95

Tested by

no test coverage detected