Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ writeReplace
Method
writeReplace
src/jvm/clojure/lang/Var.java:743–745 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
741
}
742
743
private
Object writeReplace() throws ObjectStreamException{
744
return
new
Serialized(ns.getName(), sym);
745
}
746
}
Callers
nothing calls this directly
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected