MCPcopy 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
743private Object writeReplace() throws ObjectStreamException{
744 return new Serialized(ns.getName(), sym);
745}
746}

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected