MCPcopy Index your code
hub / github.com/clojure/clojure / applyTo

Method applyTo

src/jvm/clojure/lang/AFn.java:143–145  ·  view source on GitHub ↗
(ISeq arglist)

Source from the content-addressed store, hash-verified

141}
142
143public Object applyTo(ISeq arglist) {
144 return applyToHelper(this, Util.ret1(arglist,arglist = null));
145}
146
147static public Object applyToHelper(IFn ifn, ISeq arglist) {
148 switch(RT.boundedLength(arglist, 20))

Callers

nothing calls this directly

Calls 2

applyToHelperMethod · 0.95
ret1Method · 0.95

Tested by

no test coverage detected