MCPcopy 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
126private Object readResolve() throws ObjectStreamException{
127 return intern(ns, name);
128}
129
130public Object invoke(Object obj) {
131 return RT.get(obj, this);

Callers

nothing calls this directly

Calls 1

internMethod · 0.95

Tested by

no test coverage detected