MCPcopy 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
36public int hasheq(){
37 if(bipart == null)
38 return Murmur3.hashLong(lpart);
39 return bipart.hashCode();
40
41}
42
43public boolean equals(Object obj){
44 if(this == obj)

Callers

nothing calls this directly

Calls 2

hashLongMethod · 0.95
hashCodeMethod · 0.45

Tested by

no test coverage detected