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

Method empty

src/jvm/clojure/lang/PersistentHashMap.java:272–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270}
271
272public IPersistentCollection empty(){
273 return EMPTY.withMeta(meta());
274}
275
276static int mask(int hash, int shift){
277 //return ((hash << shift) >>> 27);// & 0x01f;

Callers

nothing calls this directly

Calls 2

metaMethod · 0.95
withMetaMethod · 0.65

Tested by

no test coverage detected