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

Method hasheq

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

Source from the content-addressed store, hash-verified

157}
158
159public int hasheq(){
160 return Murmur3.hashOrdered(this);
161}
162
163public boolean equals(Object o){
164 ISeq s = seq();

Callers

nothing calls this directly

Calls 1

hashOrderedMethod · 0.95

Tested by

no test coverage detected