Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ call
Method
call
src/jvm/clojure/lang/AFn.java:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
public
abstract
class
AFn implements IFn {
16
17
public
Object call() {
18
return
invoke();
19
}
20
21
public
void
run(){
22
invoke();
Callers
nothing calls this directly
Calls
1
invoke
Method · 0.95
Tested by
no test coverage detected