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

Method peek

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

Source from the content-addressed store, hash-verified

38 }
39
40 private char peek() {
41 return str.charAt(pos);
42 }
43
44 private char advance() {
45 return str.charAt(pos++);

Callers 7

isWhitespaceMethod · 0.95
isDigitMethod · 0.95
integerMethod · 0.95
decimalMethod · 0.95
objectMethod · 0.95
listMethod · 0.95
mapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected