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

Method throwArity

src/jvm/clojure/lang/AFn.java:427–430  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

425}
426
427public Object throwArity(int n){
428 String name = getClass().getName();
429 throw new ArityException(n, name);
430}
431}

Callers 3

invokeMethod · 0.95
applyToMethod · 0.45
invokeMethod · 0.45

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected