Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ invoke
Method
invoke
src/jvm/clojure/lang/AFn.java:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
26
27
public
Object invoke() {
28
return
throwArity(0);
29
}
30
31
public
Object invoke(Object arg1) {
32
return
throwArity(1);
Callers
2
call
Method · 0.95
run
Method · 0.95
Calls
1
throwArity
Method · 0.95
Tested by
no test coverage detected