Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ suppressRead
Method
suppressRead
src/jvm/clojure/lang/RT.java:1875–1877 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1873
}
1874
1875
static
public
boolean suppressRead(){
1876
return
booleanCast(SUPPRESS_READ.deref());
1877
}
1878
1879
static
public
String printString(Object x){
1880
try {
Callers
2
read
Method · 0.95
invoke
Method · 0.95
Calls
2
booleanCast
Method · 0.95
deref
Method · 0.65
Tested by
no test coverage detected