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

Method equiv

src/jvm/clojure/lang/APersistentVector.java:142–146  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

140}
141
142public boolean equiv(Object obj){
143 if(obj == this)
144 return true;
145 return doEquiv(this, obj);
146}
147
148public int hashCode(){
149 int hash = this._hash;

Callers

nothing calls this directly

Calls 1

doEquivMethod · 0.95

Tested by

no test coverage detected