Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ isDigit
Method
isDigit
src/redempt/redlib/json/JSONParser.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
private
boolean isDigit() {
60
return
Character.isDigit(peek());
61
}
62
63
private
void
whitespace() {
64
while
(isWhitespace()) {
Callers
1
integer
Method · 0.95
Calls
1
peek
Method · 0.95
Tested by
no test coverage detected