MCPcopy Index your code
hub / github.com/clojure/clojure / hashCode

Method hashCode

src/jvm/clojure/lang/LazySeq.java:152–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152public int hashCode(){
153 ISeq s = seq();
154 if(s == null)
155 return 1;
156 return Util.hash(s);
157}
158
159public int hasheq(){
160 return Murmur3.hashOrdered(this);

Callers

nothing calls this directly

Calls 2

seqMethod · 0.95
hashMethod · 0.95

Tested by

no test coverage detected