Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ fn
Method
fn
src/jvm/clojure/lang/Var.java:369–371 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
367
}
368
369
final
public
IFn fn(){
370
return
(IFn) deref();
371
}
372
373
public
Object call() {
374
return
invoke();
Callers
2
invoke
Method · 0.95
applyTo
Method · 0.95
Calls
1
deref
Method · 0.95
Tested by
no test coverage detected