Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isWhitespace
Method
isWhitespace
src/jvm/clojure/lang/EdnReader.java:70–72 ·
view source on GitHub ↗
(int ch)
Source
from the content-addressed store, hash-verified
68
}
69
70
static
boolean isWhitespace(
int
ch){
71
return
Character.isWhitespace(ch) || ch ==
','
;
72
}
73
74
static
void
unread(PushbackReader r,
int
ch) {
75
if
(ch != -1)
Callers
6
read
Method · 0.95
readToken
Method · 0.95
readNumber
Method · 0.95
readUnicodeChar
Method · 0.95
readDelimitedList
Method · 0.95
invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected