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

Method run

src/jvm/clojure/lang/Var.java:377–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375}
376
377public void run(){
378 invoke();
379}
380
381public Object invoke() {
382 return fn().invoke();

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.95

Tested by

no test coverage detected