MCPcopy Index your code
hub / github.com/clojure/clojure / nonConstituent

Method nonConstituent

src/jvm/clojure/lang/EdnReader.java:61–63  ·  view source on GitHub ↗
(int ch)

Source from the content-addressed store, hash-verified

59 }
60
61static boolean nonConstituent(int ch){
62 return ch == '@' || ch == '`' || ch == '~';
63}
64
65static public Object readString(String s, IPersistentMap opts){
66 PushbackReader r = new PushbackReader(new java.io.StringReader(s));

Callers 1

readTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected