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

Method invoke

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

Source from the content-addressed store, hash-verified

25
26
27public Object invoke() {
28 return throwArity(0);
29}
30
31public Object invoke(Object arg1) {
32 return throwArity(1);

Callers 2

callMethod · 0.95
runMethod · 0.95

Calls 1

throwArityMethod · 0.95

Tested by

no test coverage detected