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/PersistentTreeMap.java:163–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
public
ISeq rseq() {
164
if
(_count > 0)
165
return
Seq.create(tree, false, _count);
166
return
null;
167
}
168
169
public
Comparator comparator(){
170
return
comp;
Callers
1
invoke
Method · 0.95
Calls
1
create
Method · 0.95
Tested by
no test coverage detected