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

Method getRequiredArity

src/jvm/clojure/lang/RestFn.java:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14private static final long serialVersionUID = -4319097849151802009L;
15
16abstract public int getRequiredArity();
17
18protected Object doInvoke(Object args) {
19 return null;

Callers 2

applyToMethod · 0.95
invokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected