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/Util.java:158–162 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
156
}
157
158
static
public
int
hash(Object o){
159
if
(o == null)
160
return
0;
161
return
o.hashCode();
162
}
163
164
public
static
int
hasheq(Object o){
165
if
(o == null)
Callers
7
hashCode
Method · 0.95
hasheq
Method · 0.95
hashCode
Method · 0.95
hashCode
Method · 0.95
hashCode
Method · 0.95
hashCode
Method · 0.95
findFnFor
Method · 0.95
Calls
1
hashCode
Method · 0.45
Tested by
no test coverage detected