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

Method isVariadic

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

Source from the content-addressed store, hash-verified

4704 }
4705
4706 boolean isVariadic(){
4707 return variadicMethod != null;
4708 }
4709
4710 public final IPersistentCollection methods(){
4711 return methods;

Callers 2

emitMethodsMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected