MCPcopy 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
30public int hashCode(){
31 if(bipart == null)
32 return (int) (this.lpart ^ (this.lpart >>> 32));
33 return bipart.hashCode();
34}
35
36public int hasheq(){
37 if(bipart == null)

Callers 1

hasheqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected