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/Ref.java:244–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
}
243
244
public
Object invoke() {
245
return
fn().invoke();
246
}
247
248
public
Object invoke(Object arg1) {
249
return
fn().invoke(arg1);
Callers
2
call
Method · 0.95
run
Method · 0.95
Calls
2
fn
Method · 0.95
invoke
Method · 0.65
Tested by
no test coverage detected