Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ dohasheq
Method
dohasheq
src/jvm/clojure/lang/Util.java:176–178 ·
view source on GitHub ↗
(IHashEq o)
Source
from the content-addressed store, hash-verified
174
}
175
176
private
static
int
dohasheq(IHashEq o) {
177
return
o.hasheq();
178
}
179
180
static
public
int
hashCombine(
int
seed,
int
hash){
181
//a la boost
Callers
1
hasheq
Method · 0.95
Calls
1
hasheq
Method · 0.65
Tested by
no test coverage detected