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/Ref.java:232–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
230
}
231
232
final
public
IFn fn(){
233
return
(IFn) deref();
234
}
235
236
public
Object call() {
237
return
invoke();
Callers
1
invoke
Method · 0.95
Calls
1
deref
Method · 0.95
Tested by
no test coverage detected