Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
142
public
boolean equiv(Object obj){
143
if
(obj == this)
144
return
true;
145
return
doEquiv(this, obj);
146
}
147
148
public
int
hashCode(){
149
int
hash = this._hash;
Callers
nothing calls this directly
Calls
1
doEquiv
Method · 0.95
Tested by
no test coverage detected