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

Method empty

src/jvm/clojure/lang/PersistentArrayMap.java:286–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284}
285
286public IPersistentMap empty(){
287 return (IPersistentMap) EMPTY.withMeta(meta());
288}
289
290final public Object valAt(Object key, Object notFound){
291 int i = indexOf(key);

Callers 1

withoutMethod · 0.95

Calls 2

metaMethod · 0.95
withMetaMethod · 0.65

Tested by

no test coverage detected