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

Method hash

src/jvm/clojure/lang/PersistentHashMap.java:121–123  ·  view source on GitHub ↗
(Object k)

Source from the content-addressed store, hash-verified

119}
120
121static int hash(Object k){
122 return Util.hasheq(k);
123}
124
125public boolean containsKey(Object key){
126 if(key == null)

Callers 10

containsKeyMethod · 0.95
entryAtMethod · 0.95
assocMethod · 0.95
valAtMethod · 0.95
withoutMethod · 0.95
createNodeMethod · 0.95
doAssocMethod · 0.45
doWithoutMethod · 0.45
doValAtMethod · 0.45
assocMethod · 0.45

Calls 1

hasheqMethod · 0.95

Tested by

no test coverage detected