Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1890
static
public
Object readString(String s){
1891
return
readString(s, null);
1892
}
1893
1894
static
public
Object readString(String s, Object opts) {
1895
PushbackReader r =
new
PushbackReader(
new
StringReader(s));
Callers
1
Compiler
Class · 0.95
Calls
1
read
Method · 0.95
Tested by
no test coverage detected