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/ReaderConditional.java:59–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
@Override
60
public
int
hashCode() {
61
int
result = Util.hash(form);
62
result = 31 * result + Util.hash(splicing);
63
return
result;
64
}
65
66
}
Callers
nothing calls this directly
Calls
1
hash
Method · 0.95
Tested by
no test coverage detected