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

Method call

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

Source from the content-addressed store, hash-verified

371}
372
373public Object call() {
374 return invoke();
375}
376
377public void run(){
378 invoke();

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.95

Tested by

no test coverage detected