MCPcopy 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
70static boolean isWhitespace(int ch){
71 return Character.isWhitespace(ch) || ch == ',';
72}
73
74static void unread(PushbackReader r, int ch) {
75 if(ch != -1)

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected