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

Method getMethodName

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

Source from the content-addressed store, hash-verified

6297 }
6298
6299 String getMethodName(){
6300 return isVariadic()?"doInvoke":"invoke";
6301 }
6302
6303 Type getReturnType(){
6304 if(prim != null) //objx.isStatic)

Callers 3

doEmitStaticMethod · 0.95
doEmitPrimMethod · 0.95
doEmitMethod · 0.95

Calls 1

isVariadicMethod · 0.95

Tested by

no test coverage detected