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/APersistentMap.java:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
int
_hasheq;
22
23
public
String toString(){
24
return
RT.printString(this);
25
}
26
27
public
IPersistentCollection cons(Object o){
28
if
(o instanceof Map.Entry)
Callers
nothing calls this directly
Calls
1
printString
Method · 0.95
Tested by
no test coverage detected