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

Method empty

src/jvm/clojure/lang/PersistentQueue.java:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138public IPersistentCollection empty(){
139 return EMPTY.withMeta(meta());
140}
141
142public PersistentQueue withMeta(IPersistentMap meta){
143 if(meta() == meta)

Callers

nothing calls this directly

Calls 2

withMetaMethod · 0.65
metaMethod · 0.65

Tested by

no test coverage detected