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

Method call

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

Source from the content-addressed store, hash-verified

234}
235
236public Object call() {
237 return invoke();
238}
239
240public void run(){
241 invoke();

Callers 2

runInTransactionMethod · 0.45
runMethod · 0.45

Calls 1

invokeMethod · 0.95

Tested by

no test coverage detected