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

Method call

src/jvm/clojure/lang/AFn.java:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15public abstract class AFn implements IFn {
16
17public Object call() {
18 return invoke();
19}
20
21public void run(){
22 invoke();

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.95

Tested by

no test coverage detected