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/Var.java:738–740 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
736
private
Symbol sym;
737
738
private
Object readResolve() throws ObjectStreamException{
739
return
intern(nsName, sym);
740
}
741
}
742
743
private
Object writeReplace() throws ObjectStreamException{
Callers
nothing calls this directly
Calls
1
intern
Method · 0.45
Tested by
no test coverage detected