Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
public
String toString(){
33
return
RT.printString(this);
34
}
35
36
public
boolean contains(Object key){
37
return
impl.containsKey(key);
Callers
nothing calls this directly
Calls
1
printString
Method · 0.95
Tested by
no test coverage detected