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/Symbol.java:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
public
int
hashCode(){
87
return
Util.hashCombine(name.hashCode(), Util.hash(ns));
88
}
89
90
public
int
hasheq() {
91
if
(_hasheq == 0){
Callers
nothing calls this directly
Calls
2
hashCombine
Method · 0.95
hash
Method · 0.95
Tested by
no test coverage detected