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

Method isVariadic

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

Source from the content-addressed store, hash-verified

6289 }
6290
6291 boolean isVariadic(){
6292 return restParm != null;
6293 }
6294
6295 int numParams(){
6296 return reqParms.count() + (isVariadic() ? 1 : 0);

Callers 4

parseMethod · 0.95
numParamsMethod · 0.95
getMethodNameMethod · 0.95
getArgTypesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected