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

Method numParams

src/jvm/clojure/lang/Compiler.java:6295–6297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6293 }
6294
6295 int numParams(){
6296 return reqParms.count() + (isVariadic() ? 1 : 0);
6297 }
6298
6299 String getMethodName(){
6300 return isVariadic()?"doInvoke":"invoke";

Callers 1

getArgTypesMethod · 0.95

Calls 2

isVariadicMethod · 0.95
countMethod · 0.65

Tested by

no test coverage detected