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/MultiFn.java:224–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
public
Object invoke() {
225
return
getFn(dispatchFn.invoke()).invoke();
226
}
227
228
public
Object invoke(Object arg1) {
229
return
getFn(dispatchFn.invoke(arg1)).invoke(Util.ret1(arg1,arg1=null));
Callers
nothing calls this directly
Calls
3
getFn
Method · 0.95
ret1
Method · 0.95
invoke
Method · 0.65
Tested by
no test coverage detected