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/Var.java:381–383 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
379
}
380
381
public
Object invoke() {
382
return
fn().invoke();
383
}
384
385
public
Object invoke(Object arg1) {
386
return
fn().invoke(Util.ret1(arg1,arg1=null));
Callers
3
call
Method · 0.95
run
Method · 0.95
doInit
Method · 0.95
Calls
5
fn
Method · 0.95
ret1
Method · 0.95
assoc
Method · 0.95
dissoc
Method · 0.95
invoke
Method · 0.65
Tested by
no test coverage detected