Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ Keyword
Method
Keyword
src/jvm/clojure/lang/Keyword.java:63–66 ·
view source on GitHub ↗
(Symbol sym)
Source
from the content-addressed store, hash-verified
61
}
62
63
private
Keyword(Symbol sym){
64
this.sym = sym;
65
hasheq = sym.hasheq() + 0x9e3779b9;
66
}
67
68
public
static
Keyword find(Symbol sym){
69
Reference<Keyword> ref = table.get(sym);
Callers
nothing calls this directly
Calls
1
hasheq
Method · 0.65
Tested by
no test coverage detected