MCPcopy 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
132static boolean isWhitespace(int ch){
133 return Character.isWhitespace(ch) || ch == ',';
134}
135
136static void unread(PushbackReader r, int ch) {
137 if(ch != -1)

Callers 7

consumeWhitespacesMethod · 0.95
readMethod · 0.95
readTokenMethod · 0.95
readNumberMethod · 0.95
readUnicodeCharMethod · 0.95
invokeMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected