Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
65
IPersistentMap createHT(Object[] init){
66
return
PersistentHashMap.create(meta(), init);
67
}
68
69
static
public
PersistentArrayMap createWithCheck(Object[] init){
70
for
(
int
i=0;i< init.length;i += 2)
Callers
2
assocEx
Method · 0.95
assoc
Method · 0.95
Calls
2
create
Method · 0.95
meta
Method · 0.95
Tested by
no test coverage detected