MCPcopy 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
224public Object invoke() {
225 return getFn(dispatchFn.invoke()).invoke();
226}
227
228public Object invoke(Object arg1) {
229 return getFn(dispatchFn.invoke(arg1)).invoke(Util.ret1(arg1,arg1=null));

Callers

nothing calls this directly

Calls 3

getFnMethod · 0.95
ret1Method · 0.95
invokeMethod · 0.65

Tested by

no test coverage detected