Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
159
public
int
hasheq(){
160
return
Murmur3.hashOrdered(this);
161
}
162
163
public
boolean equals(Object o){
164
ISeq s = seq();
Callers
nothing calls this directly
Calls
1
hashOrdered
Method · 0.95
Tested by
no test coverage detected