MCPcopy Index your code
hub / github.com/clojure/clojure / empty

Method empty

src/jvm/clojure/lang/PersistentTreeMap.java:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159public IPersistentCollection empty(){
160 return new PersistentTreeMap(meta(), comp);
161}
162
163public ISeq rseq() {
164 if(_count > 0)

Callers

nothing calls this directly

Calls 1

metaMethod · 0.95

Tested by

no test coverage detected