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