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

Method toString

src/jvm/clojure/lang/APersistentMap.java:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21int _hasheq;
22
23public String toString(){
24 return RT.printString(this);
25}
26
27public IPersistentCollection cons(Object o){
28 if(o instanceof Map.Entry)

Callers

nothing calls this directly

Calls 1

printStringMethod · 0.95

Tested by

no test coverage detected