Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ hashCode
Method
hashCode
src/jvm/clojure/lang/LazySeq.java:152–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
public
int
hashCode(){
153
ISeq s = seq();
154
if
(s == null)
155
return
1;
156
return
Util.hash(s);
157
}
158
159
public
int
hasheq(){
160
return
Murmur3.hashOrdered(this);
Callers
nothing calls this directly
Calls
2
seq
Method · 0.95
hash
Method · 0.95
Tested by
no test coverage detected