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/LispReader.java:132–134 ·
view source on GitHub ↗
(int ch)
Source
from the content-addressed store, hash-verified
130
}
131
132
static
boolean isWhitespace(
int
ch){
133
return
Character.isWhitespace(ch) || ch ==
','
;
134
}
135
136
static
void
unread(PushbackReader r,
int
ch) {
137
if
(ch != -1)
Callers
7
consumeWhitespaces
Method · 0.95
read
Method · 0.95
readToken
Method · 0.95
readNumber
Method · 0.95
readUnicodeChar
Method · 0.95
invoke
Method · 0.45
invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected