MCPcopy Index your code
hub / github.com/clojure/clojure / readResolve

Method readResolve

src/jvm/clojure/lang/Namespace.java:272–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270}
271
272private Object readResolve() throws ObjectStreamException {
273 // ensures that serialized namespaces are "deserialized" to the
274 // namespace in the present runtime
275 return findOrCreate(name);
276}
277}

Callers

nothing calls this directly

Calls 1

findOrCreateMethod · 0.95

Tested by

no test coverage detected