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

Method empty

src/jvm/clojure/lang/PersistentVector.java:583–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581}
582
583public IPersistentCollection empty(){
584 return EMPTY.withMeta(meta());
585}
586
587//private Node pushTail(int level, Node node, Object[] tailNode, Box expansion){
588// Object newchild;

Callers

nothing calls this directly

Calls 2

metaMethod · 0.95
withMetaMethod · 0.65

Tested by

no test coverage detected