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

Method invoke

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

Source from the content-addressed store, hash-verified

242}
243
244public Object invoke() {
245 return fn().invoke();
246}
247
248public Object invoke(Object arg1) {
249 return fn().invoke(arg1);

Callers 2

callMethod · 0.95
runMethod · 0.95

Calls 2

fnMethod · 0.95
invokeMethod · 0.65

Tested by

no test coverage detected