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

Method createHT

src/jvm/clojure/lang/PersistentArrayMap.java:65–67  ·  view source on GitHub ↗
(Object[] init)

Source from the content-addressed store, hash-verified

63}
64
65IPersistentMap createHT(Object[] init){
66 return PersistentHashMap.create(meta(), init);
67}
68
69static public PersistentArrayMap createWithCheck(Object[] init){
70 for(int i=0;i< init.length;i += 2)

Callers 2

assocExMethod · 0.95
assocMethod · 0.95

Calls 2

createMethod · 0.95
metaMethod · 0.95

Tested by

no test coverage detected