Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assertChar
Method · 0.95
integer
Method · 0.95
decimal
Method · 0.95
escapeSequence
Method · 0.95
string
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected