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