Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isWhitespace
Method · 0.95
isDigit
Method · 0.95
integer
Method · 0.95
decimal
Method · 0.95
object
Method · 0.95
list
Method · 0.95
map
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected