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

Method toString

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

Source from the content-addressed store, hash-verified

21transient int _hasheq;
22
23public String toString(){
24 return RT.printString(this);
25}
26
27public IPersistentCollection empty(){
28 return PersistentList.EMPTY;

Callers

nothing calls this directly

Calls 1

printStringMethod · 0.95

Tested by

no test coverage detected