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/Var.java:373–375 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
371
}
372
373
public
Object call() {
374
return
invoke();
375
}
376
377
public
void
run(){
378
invoke();
Callers
nothing calls this directly
Calls
1
invoke
Method · 0.95
Tested by
no test coverage detected