Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ hashCode
Method
hashCode
src/jvm/clojure/lang/BigInt.java:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
//must follow Long
30
public
int
hashCode(){
31
if
(bipart == null)
32
return
(
int
) (this.lpart ^ (this.lpart >>> 32));
33
return
bipart.hashCode();
34
}
35
36
public
int
hasheq(){
37
if
(bipart == null)
Callers
1
hasheq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected