Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ hasheq
Method
hasheq
src/jvm/clojure/lang/BigInt.java:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
public
int
hasheq(){
37
if
(bipart == null)
38
return
Murmur3.hashLong(lpart);
39
return
bipart.hashCode();
40
41
}
42
43
public
boolean equals(Object obj){
44
if
(this == obj)
Callers
nothing calls this directly
Calls
2
hashLong
Method · 0.95
hashCode
Method · 0.45
Tested by
no test coverage detected