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

Method advance

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

Source from the content-addressed store, hash-verified

42 }
43
44 private char advance() {
45 return str.charAt(pos++);
46 }
47
48 private void assertChar(char c) {
49 if (advance() != c) {

Callers 5

assertCharMethod · 0.95
integerMethod · 0.95
decimalMethod · 0.95
escapeSequenceMethod · 0.95
stringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected