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

Method readString

src/jvm/clojure/lang/RT.java:1890–1892  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

1888}
1889
1890static public Object readString(String s){
1891 return readString(s, null);
1892}
1893
1894static public Object readString(String s, Object opts) {
1895 PushbackReader r = new PushbackReader(new StringReader(s));

Callers 1

CompilerClass · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected