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

Method applyTo

src/jvm/clojure/lang/Ref.java:365–367  ·  view source on GitHub ↗
(ISeq arglist)

Source from the content-addressed store, hash-verified

363}
364
365public Object applyTo(ISeq arglist) {
366 return AFn.applyToHelper(this, arglist);
367}
368
369}

Callers

nothing calls this directly

Calls 1

applyToHelperMethod · 0.95

Tested by

no test coverage detected