Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ rseq
Method
rseq
src/jvm/clojure/lang/PersistentTreeSet.java:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public
ISeq rseq() {
78
return
APersistentMap.KeySeq.create(((Reversible) impl).rseq());
79
}
80
81
public
PersistentTreeSet withMeta(IPersistentMap meta){
82
if
(meta() == meta)
Callers
nothing calls this directly
Calls
2
rseq
Method · 0.65
create
Method · 0.45
Tested by
no test coverage detected