Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
doEmitStatic
Method · 0.95
doEmitPrim
Method · 0.95
doEmit
Method · 0.95
Calls
1
isVariadic
Method · 0.95
Tested by
no test coverage detected