Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ readResolve
Method
readResolve
src/jvm/clojure/lang/Symbol.java:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
private
Object readResolve() throws ObjectStreamException{
127
return
intern(ns, name);
128
}
129
130
public
Object invoke(Object obj) {
131
return
RT.get(obj, this);
Callers
nothing calls this directly
Calls
1
intern
Method · 0.95
Tested by
no test coverage detected