Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getArgTypes
Method · 0.95
Calls
2
isVariadic
Method · 0.95
count
Method · 0.65
Tested by
no test coverage detected