MCPcopy 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
1875static public boolean suppressRead(){
1876 return booleanCast(SUPPRESS_READ.deref());
1877}
1878
1879static public String printString(Object x){
1880 try {

Callers 2

readMethod · 0.95
invokeMethod · 0.95

Calls 2

booleanCastMethod · 0.95
derefMethod · 0.65

Tested by

no test coverage detected