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

Method toString

src/jvm/clojure/lang/APersistentSet.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32public String toString(){
33 return RT.printString(this);
34}
35
36public boolean contains(Object key){
37 return impl.containsKey(key);

Callers

nothing calls this directly

Calls 1

printStringMethod · 0.95

Tested by

no test coverage detected