Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
parse
Method · 0.95
numParams
Method · 0.95
getMethodName
Method · 0.95
getArgTypes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected