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