MCPcopy 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
73public IPersistentCollection empty(){
74 return new PersistentTreeSet(meta(),(PersistentTreeMap)impl.empty());
75}
76
77public ISeq rseq() {
78 return APersistentMap.KeySeq.create(((Reversible) impl).rseq());

Callers

nothing calls this directly

Calls 2

metaMethod · 0.95
emptyMethod · 0.65

Tested by

no test coverage detected