Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ throwArity
Method
throwArity
src/jvm/clojure/lang/AFn.java:427–430 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
425
}
426
427
public
Object throwArity(
int
n){
428
String name = getClass().getName();
429
throw
new
ArityException(n, name);
430
}
431
}
Callers
3
invoke
Method · 0.95
applyTo
Method · 0.45
invoke
Method · 0.45
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected