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

Method run

src/jvm/clojure/lang/Ref.java:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240public void run(){
241 invoke();
242}
243
244public Object invoke() {
245 return fn().invoke();

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.95

Tested by

no test coverage detected