Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
121
static
int
hash(Object k){
122
return
Util.hasheq(k);
123
}
124
125
public
boolean containsKey(Object key){
126
if
(key == null)
Callers
10
containsKey
Method · 0.95
entryAt
Method · 0.95
assoc
Method · 0.95
valAt
Method · 0.95
without
Method · 0.95
createNode
Method · 0.95
doAssoc
Method · 0.45
doWithout
Method · 0.45
doValAt
Method · 0.45
assoc
Method · 0.45
Calls
1
hasheq
Method · 0.95
Tested by
no test coverage detected