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

Method doInvoke

src/jvm/clojure/lang/RestFn.java:18–20  ·  view source on GitHub ↗
(Object args)

Source from the content-addressed store, hash-verified

16abstract public int getRequiredArity();
17
18protected Object doInvoke(Object args) {
19 return null;
20}
21
22protected Object doInvoke(Object arg1, Object args) {
23 return null;

Callers 2

applyToMethod · 0.95
invokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected