MCPcopy 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
743private Object writeReplace() throws ObjectStreamException{

Callers

nothing calls this directly

Calls 1

internMethod · 0.45

Tested by

no test coverage detected